Here is the code which works under 5.6.0 and 5.8.0, but fails to find the form under 5.8.1:
Do you have an idea why does it happen? The version of HTML::Form is 0.03 on all servers which I tried...#!/usr/bin/perl -w use strict; use HTML::Form; my $html = "<form></form>"; if (my $form = HTML::Form->parse($html, "localhost")) { print "Found!\n"; } else { print "Error!\n" };
--dda
In reply to HTML::Form->parse() fails under 5.8.1 by dda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |