Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Isn't glob annoying? (somehow)

by dada (Chaplain)
on Aug 02, 2002 at 11:07 UTC ( [id://187048]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @t1 = grep(-e, glob('*1'));
    @t2 = grep(-e, glob('1'));
    @t3 = grep(-e, glob('file2'));
    @t4 = grep(-e, glob('*3'));
    
  2. or download this
    __END__
    $_=q,just perl,,s, , another ,,s,$, hacker,,print;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-19 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found