Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

and this or that

by mkmcconn (Chaplain)
on Feb 05, 2001 at 22:45 UTC ( [id://56469]=perlquestion: 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") and
    ...
      closedir PWD or die $!;
      print "$_\n" for @files;
    }
    
  2. or download this
    s/test/whatever/ and print or print;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-25 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found