help with HTML::TableExtract

2009-01-01 Thread butini
hello all (and happy new year), I'm a beginner with Perl since yesterday, I've searched the web and FAQs a lot and found a module called HTML::TableExtract that seems to be doing what I need, namely extracting data from a table of a given HTML file. The problem is I don't understand the example

Re: help with HTML::TableExtract

2009-01-01 Thread Chas. Owens
On Thu, Jan 1, 2009 at 10:16, but...@voila.fr wrote: snip use HTML::TableExtract; snip This makes it possible to use the code in HTML::TableExtract. snip $te = HTML::TableExtract-new( headers = [qw(Date Price Cost)] ); snip This is, in fact, creating (instantiating) a new object of the

Help creating HTML for immediate output, and more than once

2003-05-31 Thread Martin Lomas
Hi All, I hope someone here could help me ... I know Perl, HTML and Javascript quite well, but CGI not at all. I'm writing a simple file-upload Perl script. I have all the form and file handling stuff done. I want the script to write an HTML message to the user's browser before the upload

Re: Help creating HTML for immediate output, and more than once

2003-05-31 Thread Randal L. Schwartz
Martin == Martin Lomas [EMAIL PROTECTED] writes: Martin I hope someone here could help me ... I know Perl, HTML and Martin Javascript quite well, but CGI not at all. This question has also been asked (and answered) on the perl.beginners list. Not nice to repost it without saying that it's a

Re: FW: Regex Help - removing HTML tags/script

2002-10-17 Thread Jenda Krynicky
From: Jon Shoberg [EMAIL PROTECTED] I need to remove HTML scripts from some pages. I have to replace *script**/*script* with blanks. This includes all javascript/vbscript in between the tags I'm using the * as guidelines to show it must match several

help installing HTML::Template;

2002-04-11 Thread A Taylor
Hi all, I am trying to write a perl script that uses different HTML templates depending on the data drawn from a DataBase. It seems the only solution is to use the PERL module HTML::Template; but my web host doesn't support this and wont install it. Is there anyway I can install it myself ?

Re: help installing HTML::Template;

2002-04-11 Thread amfax
http://stason.org/TULARC/webmaster/myfaq.html#7 has a guide to this. I'm using HTML::Template (installed into my own directory) and I like it, but TMTOWTDI. I understand Mason is pretty cool, but I've never done it. And of course, there's PHP... --Jerry http://www.jerrymccusker.com/ At

help with html

2002-02-19 Thread Chris Zampese
This question probably belongs in the cgi list, but here goes... I know that this is going to sound bad, but I want to send an html document via email to people that have blocked html (I am doing a form for an insurance broker, and it goes to the insurance companies that they deal with.

RE: help with html

2002-02-19 Thread John Edwards
to set the subject line of a reply ??? Explain this in detail. Does the HTML page include a form which submits to a remote perl script? John -Original Message- From: Chris Zampese [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 11:48 To: perl list Subject: help with html This question

RE: help with html

2002-02-19 Thread Darren Simpson
you're right. it does sound bad. someone call spam cop :-) -Original Message- From: Chris Zampese [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 11:49 To: perl list Subject: help with html This question probably belongs in the cgi list, but here goes... I know that this is going

Re: help with html

2002-02-19 Thread Chris Zampese
February 2002 11:49 To: perl list Subject: help with html This question probably belongs in the cgi list, but here goes... I know that this is going to sound bad, but I want to send an html document via email to people that have blocked html (I am doing a form for an insurance broker, and it goes

RE: help with html

2002-02-19 Thread MECKLIN, JOE (ASI)
html or they wouldn't have it blocked. Just another 2-cents. -Original Message- From: Chris Zampese [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 6:45 AM To: perl list Subject: Re: help with html you're right. it does sound bad. someone call spam cop :-) -- Honestly

Re: help with html

2002-02-19 Thread William.Ampeh
If you are really determined to send an html document via email, you can simply rename the file(remove the .htm[l] extension), send it, and let the recipients rename it back. Alternatively, I will simply send the file in plain ASCII (text) form. Another way is to compress the file, and send

Sorted off list (was: help with html)

2002-02-19 Thread John Edwards
Just FYI, this was sorted off list. Chris, see what happens when you take things off list... John -Original Message- From: Chris Zampese [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 11:42 To: John Edwards Subject: Re: help with html Thanks John, I will rewrite my script

Re: help with html

2002-02-19 Thread Jenda Krynicky
From: Chris Zampese [EMAIL PROTECTED] -- Honestly, no spam. Just want to automate the office a bit. Changed a form that they usually send by paper (fax or snail mail) to an email form. Wouldn't it be better to put the form on your (read the company you do this for)