Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Re: Getting a simple directory listing

by ZZamboni (Curate)
on May 01, 2001 at 04:24 UTC ( [id://76832]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    push(@dir, $_) if (-d "./desktop/$_");
    
  2. or download this
    @dir = grep { -d "./desktop/$_" } readdir(TEXTFILES);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-25 12:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found