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;
In reply to Re^3: pp filter regex
by Anonymous Monk
in thread pp filter regex
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |