in reply to Re^2: ... architecting & implementing help w/ Perl...
in thread ... architecting & implementing help w/ Perl...
Yes, looks correct.
You may want to use some XML parser (XML::Twig, for example) to search for data in the XML files if you are not completely sure that internal representation of XML data will not change.
You can also use File::Slurp and read files requiring less lines of code.
|
|---|