Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Unlink files but not in pwd

by grinder (Bishop)
on Mar 27, 2009 at 20:38 UTC ( [id://753770]=note: print w/replies, xml ) Need Help??


in reply to Unlink files but not in pwd

With recent versions of File::Path you can do the following:

use File::Path 'remove_path'; remove_path("/path/of/dir", {keep_root => 1});

This will remove everything in the directory, but not delete /path/of/dir itself.

update: oh, you want to unlink according to a pattern; I missed that on the first pass.

• 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://753770]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 22:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found