I've loaded perl v5.12.0. the programmers have a list on modules they want loaded. some load correctly,
#perl -MCPAN -e 'install Date:ay'
others fail
perl -MCPAN -e 'install File::Copy'
Can't locate object method "install" via package "File::Copy" at -e line 1.
all of the File::XXX give the same error
any ideas?
thanks
#perl -MCPAN -e 'install Date:ay'
others fail
perl -MCPAN -e 'install File::Copy'
Can't locate object method "install" via package "File::Copy" at -e line 1.
all of the File::XXX give the same error
any ideas?
thanks