Help for this page
#! perl use strict; ... { printf "%-11s %d %s\n", $_, ($_ + 0), ($_ ? 'true' : 'false'); }
13:25 >perl 1575_SoPW.pl 0 0 false ... 1 and true 1 true 13:25 >