in reply to XML Simple
LWP (for "Library for WWW in Perl", also called libwww-perl) is a set of Perl modules that give Perl programming easy access to sending requests to the World Wide Web.
Howto update in Strawberry perl: open CPAN
perl -MCPAN -e shellSearch for a library, for example LWP:
i /libwww/This gives you a list, you can install one (for me this is)
install GAAS/libwww-perl-5.837.tar.gzYou can also search for the XML::Simple
i /XML::Simple/I get a list and I can install from:
install GRANTM/XML-Simple-2.20.tar.gzNow you can type "exit" to get out of CPAN and try to use XML::Simple;
|
---|