What directory perl script is being run from?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • R D

    What directory perl script is being run from?

    Hi,

    How do I get a *Windows* perl script to figure out what directory it
    is being run from/exists in?

    Cheers,
    R
  • Jürgen Exner

    #2
    Re: What directory perl script is being run from?

    R D wrote:[color=blue]
    > How do I get a *Windows* perl script to figure out what directory it
    > is being run from/[/color]

    perldoc Cwd
    [color=blue]
    > exists in?[/color]

    perldoc FindBin

    jue



    Comment

    Working...