in reply to Re: How to best "use lib" relative to a web site root?
in thread How to best "use lib" relative to a web site root?
I looked at that in perldoc, and also thought that to be a strong candidate (created for Mac filepath munging), but wasn't sure it'd fully accomplish my goal. I'll give it a go. While I'm at it, I'll see if I can deduce what would cause them to eliminate the lib pragma. Should provide me a great deal more insight on the very question I asked here. :)
Thank you, davido. For taking the time to respond.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to best "use lib" relative to a web site root?
by davido (Cardinal) on Nov 28, 2013 at 02:10 UTC | |
by Anonymous Monk on Nov 28, 2013 at 02:55 UTC |