chriswarner73
Programmer
Hi everyone.
I want to install a date manipulation module i.e. date:calc
from the CPAN site.
Can anyone be so kind as to let me know how I may actully do this?
As far as I am aware the Perl folder does not seem to have a library folder with any modules in it. Do I need to make this so called library folder, somehow install the module there and reference it from within the script i.e. '/sw/perl/somefolder'?
I have never used external modules within Perl. Any help that would enable me to add an external module and create an object would be appreciated.
In short I have a script that needs to have access to a function that can for example add 16 days to date x and return a date.
Many thanks.
I want to install a date manipulation module i.e. date:calc
from the CPAN site.
Can anyone be so kind as to let me know how I may actully do this?
As far as I am aware the Perl folder does not seem to have a library folder with any modules in it. Do I need to make this so called library folder, somehow install the module there and reference it from within the script i.e. '/sw/perl/somefolder'?
I have never used external modules within Perl. Any help that would enable me to add an external module and create an object would be appreciated.
In short I have a script that needs to have access to a function that can for example add 16 days to date x and return a date.
Many thanks.