Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: and this or that

by dws (Chancellor)
on Feb 05, 2001 at 23:40 UTC ( [id://56485]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $next (@ARGV){
      opendir(PWD, "$next") or die "$next: $!";
    ...
    
      print join("\n", @files), "\n";
    }
    
  2. or download this
    for my $next (@ARGV) {
        opendir(PWD, "$next") and do {
    ...
            print join("\n", @files), "\n";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-24 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found