Herkum has asked for the wisdom of the Perl Monks concerning the following question:
I was asked by a co-worker to write script to parse some XML files. Some of the options he came up with were,
This is fairly common syntax so there has to be a module which handles this sort of request. I have no idea what to look for though. Suggestions?
Update: Just to be clear, this was about me getting the list of files form the command line for use in my script. Example:
#myprompt>parse_xml.pl foo/bar/*.xml
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Command Line Open Files
by ikegami (Patriarch) on Sep 14, 2009 at 23:05 UTC | |
by Herkum (Parson) on Sep 15, 2009 at 01:19 UTC |