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 TouchToneTommy 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: *

  • Users: PerlGerl
  • Content: Threads
  • Order by date
  1. PerlGerl

    xml to html transform using perl

    I want to use perl to transform xml to html via an xsl. I found this little script which promises to do so. I downloaded both modules but they complain for the latest libxml2 version from http://xmlsoft.org I went there, i obtained the files and now im getting into something too big. I need to...
  2. PerlGerl

    Glob question

    How to glob but not include all files, example: I want to list all files in a directory that end in a certain extention except those that have the string "all" in the filename. so it would capture foo.c bar.c but not foo-all.c bar-all.c
  3. PerlGerl

    How to automate a couple scripts

    I am looking to run a few scripts within a script, if possible. I wrote a few scripts that parse text from different files, what I want to do is link them so I can run one script that will run all other scripts. like script1.pl script2.pl script3.pl and script4.pl will run all three, automating...
  4. PerlGerl

    Hash Insertion order without IxHash

    Does anyone know how i would go about retreiving from a hash in insertion order without using the tie::IxHash module???

Part and Inventory Search

Back
Top