in reply to
Executing ksh function from within perl script
$foo = `/bin/ksh -l -c "foo bar"`;
Comment on
Re: Executing ksh function from within perl script
Download
Code
In Section
Seekers of Perl Wisdom