in reply to Secure deployment of binary perl modules
There are 2 kind of perl modules:
)BEGIN { @INC = (); unshift @INC, '.', '/home/user/perl/lib', "/home/user/perl/lib/sun4- +solaris" if ($^O =~ /solaris/); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Secure deployment of binary perl modules
by almut (Canon) on Mar 19, 2007 at 13:50 UTC | |
by guliver (Friar) on Mar 19, 2007 at 16:04 UTC |