This is the revision history for findbin in <*:##NULL>
factoid_id | subject | copula | predicate | author | namespace |
---|---|---|---|---|---|
14798 | findbin | is | Buggy on old perls, relies on $0 not being changed and the fuzzy concept of "initial script", see https://metacpan.org/pod/Path::This for an alternative, or Dir::Self or lib::relative for more specific uses | grinnz | |
14797 | findbin | is | Buggy on old perls and relies on $0 not being changed, see https://metacpan.org/pod/Path::This for an alternative, or Dir::Self or lib::relative for more specific uses | grinnz | |
8371 | findbin | is | use File::Basename qw(dirname); use lib dirname(__FILE__); -- see also Dir::Self; | anno | |
8370 | findbin | is | use File::Basename qw(dirname); use lib dirname(__FILE__); -- see also use Dir::Self; | altreus | |
8369 | findbin | is | use File::Basename qw(dirname); use lib dirname(__FILE__); use Dir::Self; | altreus | |
8368 | findbin | is | use File::Basename qw(dirname); use lib dirname(__FILE__);use Dir::Self; | altreus | |
4422 | findbin | is | use File::Basename qw(dirname); use lib dirname(__FILE__); | perlbot |