Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: specifying file extension in opendir function

by Tanktalus (Canon)
on Nov 16, 2006 at 16:18 UTC ( [id://584500]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my $wildcard = File::Spec->catfile(File::Spec->rootdir(),
                                 qw(apps inst2 metrica),
    ...
      while (<$wildcard>) {
        print;
      }
    
  2. or download this
      for (glob $wildcard) {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-03-28 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found