Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

RE: Re: Still problems with recursive coding.

by jima (Vicar)
on Nov 13, 2000 at 20:32 UTC ( [id://41339]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @files = readdir(DIR) || die "Unable to read $workdir: $!\n";
    
  2. or download this
    my @files = readdir(DIR) or die "Unable to read $workdir: $!\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (9)
As of 2024-04-23 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found