Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Shell expansion with is funky

by chipmunk (Parson)
on Jan 25, 2002 at 07:44 UTC ( [id://141419]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub foo {
      defined($file = <abc*>) or return;
      open(FH, $file) or die $!;
      ...
    }
    
  2. or download this
           A glob evaluates its (embedded) argument only when it is
           starting a new list.  All values must be read before it
           will start over.  In a list context this isn't important,
    ...
           context, however, the operator returns the next value each
           time it is called, or a undef value if you've just run
           out.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-29 01:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found