print 'Perl is fun not money' if $1 + $2 + $3 + $4 + $5 == $0
#!/usr/bin/perl print "Perl is fun not money\n" if $1 + $2 + $3 + $4 + $5 == $0; [download]