Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ricksj

    using wildcards with Archive::Extract

    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]) {...
  2. ricksj

    XSLT select problem

    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...
  3. ricksj

    Printing unique pathnames

    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...

Part and Inventory Search

Back
Top