use HTML::Form; $v="http://search.cpan.org"; $uv=""; $form = HTML::Form->parse($uv, $v); if (defined($form)) {print $form->dump;}else {print "form is undefined\n";} exit 0;
always yields "form is undefined".
q1. what should the first argument in parse() be set to? Can't find it in the doc.
q2. Will setting this value properly define $form? If not, what will?
Thank you.
20050216 Janitored by Corion: Added code tags
2005-02-16 Edited by Arunbear: Changed title from 'html::form', as per Monastery guidelines
In reply to How to use HTML::Form by anykey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |