in reply to Re^2: pp filter regex
in thread pp filter regex
On a Unix system the same works perfectly, but I am not quite sure how to write my Regex in the command line on a Windows machine...
Avoid the commandline, write a program.
#!/usr/bin/perl -- use strict; use warnings; system 'pp.bat', ...;
pp.bat ain't nothing but use pp; pp->go;
|
|---|