Sonam Chauhan wrote:
> Does @INC include a path to where "make install" put the module?
>
> #!/usr/bin/perl
>
> for (@INC)
> {
> print "$_\n";
> }
Or for the conciseness nazis:
print "@INC\n";
--
Rick Welykochy || Praxis Services Pty Limited
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text
- [SLUG] Installing perl module Terry Collins
- Re: [SLUG] Installing perl module Sonam Chauhan
- Rick Welykochy
