Results 1 to 2 of 2
Hi,
can anyone provide me information about installing perl modules using CPAN........
- 03-05-2010 #1
installing perl modules using CPAN
Hi,
can anyone provide me information about installing perl modules using CPAN.....
- 03-05-2010 #2for exampleCode:
cpan -i Name::ofModule
you could also doCode:cpan -i DateTime::Set
and then at the cpan> typeCode:perl -MCPAN -e shell
or whatever your trying to installCode:install DateTime::Set


Reply With Quote
