Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^6: Getting the absolute path of a script, without PWD (bug)

by perlancar (Hermit)
on Jul 16, 2021 at 07:52 UTC ( #11135059=note: print w/replies, xml ) Need Help??


in reply to Re^5: Getting the absolute path of a script, without PWD (bug)
in thread Getting the shell's version of working directory, without PWD's help

You're 1 minute faster :-)
  • Comment on Re^6: Getting the absolute path of a script, without PWD (bug)

Replies are listed 'Best First'.
Re^7: Getting the absolute path of a script, without PWD (bug)
by LanX (Saint) on Jul 16, 2021 at 08:01 UTC
    Please, you should really file a bugreport against Cwd.

    Maybe they can't fix cwd() b/c of backwards compatibility but should at least clarify the documentation.

    From my POV it's already silly to call two different routines getcwd() and cwd()

    So you could suggest to add a new pwd() which always does something like `pwd -L`

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

      Maybe after I'm more knowledgeable about the actual differences between getcwd() and cwd(). Right now, it's not clear that cwd() should be "fixed". getcwd() tries to call getcwd(3) or reimplements it, while cwd() makes no such promise. And this statement is not strictly wrong: "For most systems it is identical to `pwd` (but without the trailing line terminator)." Though it might benefit the reader to be aware of the difference between pwd -P and pwd -L, and which one the reader is getting with `pwd`.
        Perl should ideally have predictable and consistent behavior across all plattforms and not depend on some shell settings.

        Alone the fact that termux acts differently to ubuntu should ring the alarm bell ...

        Cheers Rolf
        (addicted to the Perl Programming Language :)
        Wikisyntax for the Monastery

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11135059]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2023-12-11 13:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?