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...
sas