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

Reply via email to