URI Module - Bug?
Gemma Williams (gemma.williams@pharmagene.com)
Fri, 26 Mar 1999 11:03:40 -0000
I am trying to use the modules URI::URL and LWP::UserAgent to create a
program for posting a hash array to a remote server. When I create the
object method I keep comming accross the same error message:
Can't locate object method "_init_implementor" via package
"URI::URL::_generic"
at /usr/lib/perl5/site_perl/5.005/URI/URL.pm line 145.
Is this a common problem with the URI module or is it a fault of my own?
I was thinking that perhaps you have to install the set of modules
required
(URI, MIME-base64, HTML parser, libnet, DigestMD5, libwww-perl and CGI)
in a certain order?
In any case the object method I'm using to in my program to post the
hash array post was taken from the libwww-perl cookbook at
http://unix.hensa.ac.uk/mirrors/perl-CPAN/doc/wwwman/libwww/lwpcook.html
#post (if you were wondering)
Thankyou very much for your time and trouble,
Gemma