in reply to retailed (embedded) perl
#!/usr/bin/perl #BEGIN { unshift @INC, sub { warn "loading $_[ 1]\n"; return } } #or use lib sub {warn "loading $_[ 1]\n"; return }; use CGI; print "hello\n"; #or #Abigail #Alternatively, one could just inspect %INC. #Just stuff # CHECK {print "$_\n" for keys %INC} #somewhere in your code, and run 'perl -c'.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: retailed (embedded) perl
by earlati2 (Beadle) on Sep 06, 2006 at 13:33 UTC | |
by ikegami (Patriarch) on Sep 06, 2006 at 16:14 UTC | |
by earlati2 (Beadle) on Sep 07, 2006 at 06:52 UTC | |
by grantm (Parson) on Sep 11, 2006 at 08:51 UTC | |
by zentara (Cardinal) on Sep 06, 2006 at 15:32 UTC |