2
votes
How can I anonymise XML data for selected tags?
Using regexps is indeed dangerous, unless you know exactly the format of the file, it's easy to parse with regexps, and you are sure that it will not change in the future.
Otherwise you cou …
7
votes
How can I mine an XML document with awk, Perl, or Python?
I have written a tool called xml_grep2, based on XML::LibXML, the perl interface to …
10
votes
Resize images in directory
How about using mogrify, part of ImageMagick? If you really need to control this from Perl, then you could use …
