On Fri, 1 Mar 2002, Greg London wrote: > "Error: cant find URI.pm in @INC"
Try doing a:
perl -MCPAN -e shell
then do at least:
install LWP
and you should get URI, amongst other things.
Dan
On Fri, 1 Mar 2002, Greg London wrote: > "Error: cant find URI.pm in @INC"
Try doing a:
perl -MCPAN -e shell
then do at least:
install LWP
and you should get URI, amongst other things.
Dan