reading a html page

2003-04-02 Thread learn perl
Hi guys, I need to read an email in which there is a link to an html file. From this html files, there are many links to files for download (small). I'd like to automatically collect these files and put them in different folders. Is that possible? Anybody have any pointer on where should I start?

RE: reading a html page

2003-04-02 Thread Dan Muey
Hi guys, Howdy I need to read an email in which there is a link to an html file. From this html files, there are many links to files for download (small). I'd like to automatically collect these files and put them in different folders. Is that possible? Anybody have any pointer on

Re: reading a html page

2003-03-11 Thread Rob Dixon
Learn Perl wrote: Hi guys, is there Modules that would read an html file? or handles html file? Hi Eric. Yes, there are many modules to do this, as Perl is one of the preferred languages for implementing CGI scripts. If you say more about what you want to do we can help you better. Rob --

reading a html page

2003-03-10 Thread learn perl
Hi guys, is there Modules that would read an html file? or handles html file? Thanks Eric -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: reading a html page

2003-03-10 Thread simran
Try: http://search.cpan.org/search?query=htmlmode=all On Tue, 2003-03-11 at 10:38, learn perl wrote: Hi guys, is there Modules that would read an html file? or handles html file? Thanks Eric -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: reading a html page

2003-03-10 Thread Francesco del Vecchio
HTML::Parser you can find it here http://www.perldoc.com/perl5.8.0/lib/HTML/Parser.html Francesco --- learn perl [EMAIL PROTECTED] wrote: Hi guys, is there Modules that would read an html file? or handles html file? Thanks Eric -- To unsubscribe, e-mail: [EMAIL PROTECTED] For