in reply to Coding styles using if/else
$ARGV[0]?print "Thank you, $ARGV[0]. Your submission is complete.":do{ +print "Sorry, name can't be empty";exit;}; [download]