Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Paths in Perl

by Hanamaki (Chaplain)
on Sep 04, 2001 at 18:36 UTC ( [id://110044]=note: print w/replies, xml ) Need Help??


in reply to Paths in Perl

In Perl you can just use a  /as your path separator. Why? Because Perl with automagically convert the /to the correct path separator for the system it is running on!

Unfortunately this is not true for Perl on (classic) MacOS. On MacOS you can use / for manipulating @INC but not for other file pathes.
File::Spec which currently undergoes a major rewrite to handle MacPerl and VMS in a better way is for sure the way to go.
See also perlport

Hanamaki

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 03:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found