Help for this page

Select Code to Download


  1. or download this
    function untouchable {
        perl ./untouchable.pl $*
    }
    export -f untouchable
    
  2. or download this
    #!/usr/bin/perl
    use strict 'vars';
    ...
       print "Hello $person\n";
     }
    print "done!\n";
    
  3. or download this
    #!/usr/bin/perl
    system ("bash -ic untouchable john mike bill");