Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: testing files for valid content

by almut (Canon)
on Apr 23, 2009 at 17:01 UTC ( [id://759589]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       my @files=grep {$_ ne '.' && $_ ne '..'}
       @files=readdir(DIR);
    
  2. or download this
       my @files=grep {$_ ne '.' && $_ ne '..'} readdir(DIR);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-28 08:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found