Help for this page
#!/usr/bin/ksh echo "Doing what the Perl script tells me" $(perl-script.pl)
#!/usr/bin/perl -w print 'cd ~';