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