in reply to Re: Re: HTML::Form->Parse (Perl) not working under Fedora Core 1
in thread HTML::Form->Parse (Perl) not working under Fedora Core 1
Specifically, HTML::Form->Parse, calls "get_tag" (in TokeParser.pm) which returns 'undef'. This occurs, because in "get_tag", the "$self->get_token" statement keeps returning tokens of type "T" until it runs out of tokens.
When I do the same debugging on the working RH8.0/perl5.8.0 version, I get a mix of tokens of types "T", "S", and "E" so that 'undef' is not returned and things work ok.
My limited perl skills did not allow me to trace this back further, but hopefully this will shed some light on the problem...
Any thoughts on what might be causing all of this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: HTML::Form->Parse (Perl) not working under Fedora Core 1
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 | |
|
Re: Re: Re: Re: HTML::Form->Parse (Perl) not working under Fedora Core 1
by Anonymous Monk on Dec 23, 2003 at 23:40 UTC |