gfarhat has asked for the wisdom of the Perl Monks concerning the following question:
what im trying to do is
i know i can write it all in perl. but i trying to find a way to write it all in ksh#!/bin/ksh var=`command ....` <perl script to process $var>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl in ksh
by Corion (Patriarch) on Apr 15, 2008 at 12:33 UTC | |
|
Re: perl in ksh
by moritz (Cardinal) on Apr 15, 2008 at 12:34 UTC | |
|
Re: perl in ksh
by sasdrtx (Friar) on Apr 15, 2008 at 13:33 UTC | |
|
Re: perl in ksh
by Fletch (Bishop) on Apr 15, 2008 at 12:28 UTC |