Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: A new to me way to get a list of filenames

by Anonymous Monk
on Aug 06, 2019 at 02:11 UTC ( [id://11104006]=note: print w/replies, xml ) Need Help??


in reply to A bizarre way to get a list of filenames

Hi

Meet B::Deparse, the clue bringer

$ perl -MO=Deparse -e " my @xml_files = <*.xml> " use File::Glob (); my(@xml_files) = <*.xml>; -e syntax OK

File::Glob...

Log In?
Username:
Password:

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

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

    No recent polls found