Help for this page
#!/usr/bin/perl -w use strict; ... sub win { print "Winning!\n"; }
#!/usr/bin/perl -w use strict; ... fight; win;