in reply to Can a Perl Script call another perl script?
This might help:
perl -ne 'system( "perl search.pl -pattern $_ -ignorecase c:\\inetpub\ +\wwwroot\\iprt")' mylist.txt
Note, you can just run it from the command line.
$/ = q#(\w)# ; sub sig { print scalar reverse join ' ', @_ } + sig map { s$\$/\$/$\$2\$1$g && $_ } split( ' ', ",erckha rlPe erthnoa stJu +" );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can a Perl Script call another perl script?
by NetWallah (Canon) on Jan 28, 2006 at 06:51 UTC | |
by chargrill (Parson) on Jan 28, 2006 at 08:39 UTC | |
by Anonymous Monk on Jan 30, 2006 at 22:11 UTC | |
|
Re^2: Can a Perl Script call another perl script?
by Anonymous Monk on Jan 30, 2006 at 22:11 UTC |