Christopher J. Bottaro wrote:
lets say i made a module called cjb::string. where would i put cjb/string.pm? i'm using fedora core 1 and the default perl
installation. i've read in my book about modules and a little bit
about them on perldoc.com, but i couldn't find the answer to this.

Based on my own server structure, something like

    /usr/lib/perl5/site_perl/5.8.1/cjb/string.pm

would do it. You'd better examine what your @INC contains, of course.
One of the paths in my @INC is, consequently,
/usr/lib/perl5/site_perl/5.8.1

HTH

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to