Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: File::Spec bug on VMS

by swkronenfeld (Hermit)
on Sep 29, 2006 at 15:37 UTC ( [id://575556]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    47:         my($npath) = unixify($path);
      DB<7> x $path
    ...
      DB<8> x $npath
    0  "/USERS/DIR/aaaaa\c@"     # <---- What's that \c@ doing there?!
    
  2. or download this
    
    47:         my($npath) = unixify($path);
    ...
      DB<10> x $npath
    0  '/USERS/DIR/aaaaaaa/'
    
  3. or download this
    print File::Spec->catfile("USERS:[DIR.aaaaa]", "file"); # Include USER
    +S:, or else this won't work!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-18 07:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found