Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: and this or that

by dws (Chancellor)
on Feb 06, 2001 at 01:41 UTC ( [id://56512]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    opendir(PWD,"$next") && my @files = readdir PWD
        or die "Open \"$_\" failed: $!";
    
  2. or download this
    opendir(PWD,$name) or die "$name: $!";
    my @files = readdir(PWD) or die "$name: $!";
    

Log In?
Username:
Password:

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

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

    No recent polls found