in reply to HTML::Form->Parse (Perl) not working under Fedora Core 1
use strict; use warnings; use HTML::Form; use Data::Dumper; my $html = do { local $/; <DATA> }; my $form = HTML::Form->parse($html, "http://www.google.com.au"); print Dumper($form); __DATA__ # stick the HTML source here ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML::Form->Parse (Perl) not working under Fedora Core 1
by Anonymous Monk on Dec 23, 2003 at 14:01 UTC | |
by Anonymous Monk on Dec 23, 2003 at 23:06 UTC | |
by Anonymous Monk on Dec 23, 2003 at 23:50 UTC | |
by Anonymous Monk on Dec 24, 2003 at 00:05 UTC | |
by bart (Canon) on Dec 24, 2003 at 00:43 UTC | |
by Anonymous Monk on Dec 23, 2003 at 23:40 UTC |