Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Getting a simple directory listing

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

Help for this page

Select Code to Download


  1. or download this
    use Cwd;
    print "Current dir is: ", cwd, "\n";
    ...
    print $_, "\n" if(-d "C:\\CA_LIC\\$_ ");
    }
    closedir(TEXTFILES);
    

Log In?
Username:
Password:

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

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

    No recent polls found