Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

How to Get the Last Subdirectories

by bichonfrise74 (Vicar)
on Mar 11, 2010 at 20:54 UTC ( [id://828135]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    use File::Find;
    
    find( sub { print "$File::Find::name \n" if -d }, '/tmp/a' );
    
  2. or download this
    /tmp/a
    /tmp/a/b
    ...
    /tmp/a/b/d/g/h
    /tmp/a/b/d/g/i
    /tmp/a/b/k
    
  3. or download this
    /tmp/a/b/c/e
    /tmp/a/b/d/g/h
    /tmp/a/b/d/g/i
    /tmp/a/b/k
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://828135]
Approved by toolic
Front-paged by toolic
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: (5)
As of 2024-03-29 11:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found