Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Full path to files

by eff_i_g (Curate)
on Apr 11, 2006 at 20:30 UTC ( [id://542666]=note: print w/replies, xml ) Need Help??


in reply to Full path to files

gasho,

You could do this by creating a routine that is used with File::Find.

Untested:
use File::Find; my @files; sub find_process { push @files, $File::Find::name if /\.xml$/; } find(\&find_process, 'C:/test'); ### Note: I'm not familiar with Windo +ws pathing.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 19:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found