"Charles K. Clarkson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
<snip />
> In script:
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> use lib '.';
> use Inn;
>

Not trying to be pedantic but just want to add here, the current directory
is set in @INC by default when perl is compiled:

$ perl -e 'print map "dir: [$_]\n", @INC;'
dir: [/usr/local/lib/perl5/5.8.7/i686-linux]
dir: [/usr/local/lib/perl5/5.8.7]
dir: [/usr/local/lib/perl5/site_perl/5.8.7/i686-linux]
dir: [/usr/local/lib/perl5/site_perl/5.8.7]
dir: [/usr/local/lib/perl5/site_perl]
dir: [.]

Todd W.



-- 
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