Andy_Bach@wiwb.uscourts.gov: > sub class > { print "class" } > sub puts > { print "puts" } Way too complex. > Does it have trouble w/: > @x = qw(hey ho); > $x = 2; > $x[1].class; perl -MRuby -e '@x = qw(hey ho); $x=2; print $x[1].class' String -- <evilPetey> I often think I'd get better throughput yelling at the modem.Thread Previous | Thread Next