On 03/27/2015 04:29 PM, Frank Vino wrote:
Sorry Shlomi it is our own module, i am still working on this. once it is update i will get the details.
you don't install your own module with cpan or related things. you just need to copy it into the proper dir. if you run perl -V it will show you the list (among much other stuff) of dirs your perl uses to search for modules. put your module in the dir called site_perl and it should be found by your program. if your module name has :: in it, you need to make subdirs (under site_perl) for each of the higher level namespaces.
uri -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/