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

Re^3: The "<" in the grep block

by 2teez (Vicar)
on Sep 23, 2012 at 18:17 UTC ( [id://995229]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     @ARGV = map{glob} @ARGV;
    ....
    
  2. or download this
    my @smaller_than_1000 = grep { -s $_ < 1000 } glob("@ARGV");
    ....
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-03-19 04:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found