Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: CGI Directory Lister

by snowcrash (Friar)
on Jul 25, 2001 at 09:36 UTC ( [id://99574]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (defined($file = readdir(PARSEDIR))) {
        next if ($file eq "." || $file eq ".." || !-r $dir);
        ### [*snip*]
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found