Usage comments in script. Invaluable for fixing module and path conflicts with multiple (or borked) perl installs.
# incdebug.pl # usage: # /path/to/perl/to/debug/perl incdebug.pl # example: # /usr/local/bin/perl incdebug.pl # /home/joebob/bin/perl incdebug.pl local $"=$/; print "@INC";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Portable @INC printing for Sysadmins
by merlyn (Sage) on May 23, 2001 at 20:16 UTC | |
by Anonymous Monk on May 23, 2001 at 21:07 UTC | |
by Anonymous Monk on Jun 06, 2001 at 14:32 UTC |