Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Limiting a glob

by jethro (Monsignor)
on Mar 09, 2009 at 17:43 UTC ( [id://749363]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e 'while ($s=<*>) { print $s,"\n"; sleep 5 }'
    
  2. or download this
    use strict;
    use warnings;
    ...
      }
    }
    DoTheMoveWith(@files) if (@files);
    

Log In?
Username:
Password:

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

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

    No recent polls found