I'm trying to extract files of certain extention from a zip. The following code doesn't work. Any ideas out there, or other suggestions?
#!/usr/bin/perl
use File::Basename;
use File::Path;
use Archive::Zip;
use Archive::Extract;
my ($inputFile, $zipname, $unzipDir, $zipDir);
if ($ARGV[0]) {...
I'm trying to simply select the title text of my XML, but it's pickup all the text following the title element, which includes remarks and index items. Can someone help code the XSLT so that it only includes the main text?
XML...
<?xml version="1.0" encoding="UTF-8"?>
<book>
<title...
I'm processing hundreds of files in a directory structure that looks similar to this:
./gadget/path1
{contains several files...}
./gadget/path2
{contains several files...}
./gadget/path3
{contains several files...}
What I would like to do is print to the console progress by displaying the end...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.