in reply to Re: Re: Re: HTML::Form->Parse (Perl) not working under Fedora Core 1
in thread HTML::Form->Parse (Perl) not working under Fedora Core 1
Everything works ok, if I remove the following "optimization" line from the 'parse' subroutine in Forms.pm:
For some reason though, this optimization works ok in RedHat8.0/perl5.8.0 but fails to work correctly in Fedora Core 1/perl5.8.1eval { # optimization $p->report_tags(qw(form input textarea select optgroup option)); };
|
|---|