in reply to Re: How to manipulate @INC in a script?
in thread How to manipulate @INC in a script?
or in your shebang line like:$ /usr/bin/perl -I"/home/me/lib" myscript.pl
#!/usr/bin/perl -I"/home/me/lib"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to manipulate @INC in a script?
by gothic_mallard (Pilgrim) on Sep 22, 2004 at 07:50 UTC |