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

props's scratchpad

by props (Hermit)
on Apr 29, 2007 at 12:28 UTC ( [id://612634]=scratchpad: print w/replies, xml ) Need Help??

use warnings; opendir (DIR,'/home/props/new') or die "cant read $!\n"; while(($filename = readdir(DIR))) { next if $filename == '.' or $filename == '..' ; push @files , $_ ; } print @files;
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found