Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: how to get the parent directory name?

by grinder (Bishop)
on Dec 08, 2006 at 13:29 UTC ( [id://588581]=note: print w/replies, xml ) Need Help??


in reply to Re: how to get the parent directory name?
in thread how to get the parent directory name?

Bzzzt! Crash! This is the sound of the cross-platform compatibility police knocking at your door!

I feel obliged to point out that there is a module that encapsulates the concept of parent directory. Thus your code becomes:

use strict; use warnings; use Cwd; use File::Spec; print Cwd::realpath(File::Spec->updir);

When code begins to involve both Cwd and File::Spec, you know it's time to look at Path::Class (see elsewhere in this thread).

• another intruder with the mooring in the heart of the Perl

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 10:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found