in reply to HTML::Form->parse() fails under 5.8.1
After I've downloaded and installed newer version of HTML::Parser, I have two places where this file is located:[dda@dragon dda]$ locate PullParser /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/HTML/PullPars +er.pm
Now my script works! But I wonder how should I process during perl upgrade? This is RedHat 9, and perl 5.8.0 was shipped with it, and 5.8.1 was installed from RPM later. I have a lot of other modules in 5.8.0 hierarchy, should I upgrade all of them too? And how?[dda@dragon dda]$ locate PullParser.pm /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi/HTML/PullParser +.pm /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/HTML/PullPars +er.pm
--dda
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML::Form->parse() fails under 5.8.1
by Corion (Patriarch) on Mar 14, 2004 at 09:23 UTC | |
|
Re: Re: HTML::Form->parse() fails under 5.8.1
by bart (Canon) on Mar 14, 2004 at 22:27 UTC |