Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: help needed with File::Find and arrays.

by YuckFoo (Abbot)
on Mar 11, 2005 at 16:38 UTC ( [id://438710]=note: print w/replies, xml ) Need Help??


in reply to help needed with File::Find and arrays.

File::Find::Rule returns a list of files and uses matching criteria similar to the find command.

YuckFind

#!/usr/bin/perl use strict; use File::Find::Rule; use Data::Dumper; my @list = File::Find::Rule->file()->maxdepth(1)->in('.'); print Dumper \@list;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-03-19 02:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found