Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: can't call method on an undefined error in perl script

by Anonymous Monk
on Nov 21, 2011 at 12:48 UTC ( [id://939177]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use File::Find::Rule;
    my @files = File::Find::Rule->file->maxdepth(1)->name('*.xml')->in( @d
    +irs );
    
  2. or download this
    use Path::Class::Rule;
    my @files =  Path::Class::Rule->new->file->max_depth(1)->name('*.xml')
    +->all( @dirs );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-18 18:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found