http://www.perlmonks.org?node_id=744608


in reply to (tye)Re: FindBin is broken (RE: How do I get the full path to the script executing?)
in thread How do I get the full path to the script executing?

And that is why I wrote scriptname. :-)
[]s, HTH, Massa (κς,πμ,πλ)
  • Comment on Re^2: FindBin is broken (RE: How do I get the full path to the script executing?)

Replies are listed 'Best First'.
Re^3: FindBin is broken (scriptname.pm)
by tye (Sage) on Feb 18, 2009 at 01:12 UTC

    Then the next version of your module should have a name that starts with a capital letter and contains "::" in it (unless your module is actually a pragma and part of core, neither of which appear to be the case from here).

    - tye