in reply to
perl in ksh
What is the requirement for ksh? This would be logically simpler if you just made it all Perl.
i.e.
#!/bin/perl -w my $var = `command...` # ...whatever...
[download]
sas
Comment on
Re: perl in ksh
Download
Code
In Section
Seekers of Perl Wisdom