J
J Krugman
use strict;
print "Ain't it ironic?\n" if strict;
print "The things you learn...\n" if BAREWORD;
print "What's going on here?\n" if bewildered;
# but if this line is uncommented, script won't compile:
# my $x = BAREWORD;
# ...will wonders ever cease?
#
# jill
print "Ain't it ironic?\n" if strict;
print "The things you learn...\n" if BAREWORD;
print "What's going on here?\n" if bewildered;
# but if this line is uncommented, script won't compile:
# my $x = BAREWORD;
# ...will wonders ever cease?
#
# jill