sub help{ print "Whatever youd like to write\n"; return; } die &help unless scalar(@ARGV) == 1;