in reply to Chaining scripts smartly

If your working on Win32 and using ActiveState, investigate the utility pl2bat.pl that you'll find in your perl\bin directory.

It will allow you to convert you perl scripts to bat files that then allows you to use the normal piping method of chaining without requiring you to type

perl script1.pl infile | perl script2.pl >outfile

which is a pain.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon