Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    sub run(){
        print "I'm running the hell away!\n";
    }
    
  2. or download this
    steve02@steve02-ws:~$ ./arrow.pl 
    Enter command...
    ...
    ^[[A
    fightEverybody was kung-fu fighting!
    Enter command...
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        
        print "\nResult of $input x $number is: $result\n";
    }