Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: Current working directory on win32

by Limbic~Region (Chancellor)
on Oct 14, 2004 at 13:58 UTC ( [id://399210]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Current working directory on win32
in thread Current working directory on win32

pernod,
Notice kamesh3183 said the command prompt and didn't indicate if it was in the same directory. Win32 aside, see the difference:
$ cat /tmp/foo.pl #!/usr/bin/perl use strict; use warnings; use FindBin; use Cwd; print "FindBin: $FindBin::Bin\n"; print "Cwd: ", cwd(), "\n"; $ ./tmp/foo.pl FindBin: /tmp Cwd: /

Cheers - L~R

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-26 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found