Feral_Shade has asked for the wisdom of the Perl Monks concerning the following question:
Every time I call the parse function it fails.use URI use HTML::Form #folder where the file resides $base = URI->new("http://web.umr.edu/~msw/CS304/"); #form file to parse $file = "personal-info.HTML"; #try to parse the file, it only has 1 form $form = HTML::Form->parse($file, $base) || die("Parse failed"); . . . .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Form problem
by BrowserUk (Patriarch) on Apr 15, 2003 at 20:56 UTC | |
by Feral_Shade (Novice) on Apr 15, 2003 at 21:16 UTC | |
|
Re: HTML::Form problem
by jasonk (Parson) on Apr 15, 2003 at 19:58 UTC | |
by Aristotle (Chancellor) on Apr 15, 2003 at 20:14 UTC | |
by Feral_Shade (Novice) on Apr 15, 2003 at 20:16 UTC |