Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

(ar0n: glob) Re: opendir, readir into @array in one line?

by ar0n (Priest)
on Jul 23, 2001 at 19:29 UTC ( [id://99046]=note: print w/replies, xml ) Need Help??


in reply to opendir, readir into @array in one line?

my @array = glob("$dir/*");
or
my @array = <$dir/*>;

see glob


ar0n ]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-20 03:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found