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