hi
i am using cpanel X and i want to create my own perl modules or packages.
How could i do that ?
What is the directory for perl packages ?
hi
i am using cpanel X and i want to create my own perl modules or packages.
How could i do that ?
What is the directory for perl packages ?
Could you clarify this question? Are you wanting to install extra perl modules or are you really wanting to develop your own?
If you just want to install perl modules which are listed on www.cpan.org , just use /scripts/realperlinstaller Chart::Graph for instance or use the CPAN shell :
perl -MCPAN -e shell
cpan> install Chart::Graph
The upper containing directory for all Perl 5 files should be /usr/lib/perl5/