Help for this page
use strict; use warnings; ... print "False \$_ = |$_| \$1 = |$1|\n"; } }
14:13 >perl 2092.SoPW.pl True $_ = |cc| $1 = |c| False $_ = |cz| $1 = |c| 14:14 >