Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Recursive Directory print

by kcott (Archbishop)
on Mar 07, 2014 at 08:50 UTC ( [id://1077354]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub print_rec {
    
  2. or download this
    opendir DIR, shift;
    
  3. or download this
    if(!/\.|\.\./ && -d $_)
    
  4. or download this
    return print_rec($_);
    
  5. or download this
    elsif (!-d) { ... }
    
  6. or download this
    #!/usr/bin/env perl -l
    
    ...
            }
        }
    }
    
  7. or download this
    ...
    DIR: mastering_perltk_demo_code
    ...
                fontviewer
            DIR: ch04
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-24 22:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found