Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Call Perl Scripts from Other Dir in Linux, Path Messed Up
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Bart Lateur, post: 4746481"] Let me point you to this node: FindBin is broken (RE: How do I get the full path to the script executing?) <[URL]http://perlmonks.org/index.pl?node_id=41213[/URL]> Points: - FindBin does a useless search. There is *no need* to scan $PATH, as perl scripts aren't ever searched in it. - It sometimes fails because it can't have access to directories it wants to look into. Even though the original path works, thank you very much, FindBin prefers to returns an empty string (or undef?), which doesn't work. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Call Perl Scripts from Other Dir in Linux, Path Messed Up
Top