Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Directory Listing

by plaid (Chaplain)
on Jul 29, 2000 at 23:47 UTC ( [id://25110]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    }
    
    closedir THISDIR;
    
  2. or download this
    use strict;
    
    ...
    my $i = 0;
    print map { "[". $i++. "] $_\t" } grep { -d $_ } (readdir THISDIR);
    closedir THISDIR;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-23 15:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found