Help for this page

Select Code to Download


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