in reply to Perl embedded in Kornshell
Save the script to a file, run it through a2p, and then you'll have a perl script (and have a look at the -e option in perldoc perlrun to make it work from a shell script like you have it). Or just change 'perl' to 'awk' and then see if your script works the way you want it to.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl embedded in Kornshell
by JALandry (Initiate) on Sep 03, 2001 at 22:11 UTC |