Help for this page
#!/usr/bin/perl $ENV{WATSON} = "It Worked"; print "Shelling ...\n"; exec('ksh');
%shell >./shellme.pl Shelling ... %shell >echo $WATSON It Worked %shell >