in reply to split() not working the way I would expect...

perl -e '$var="11/22";($x,$y) = split(/\//,$var,);print "x is $x and y + is $y\n";'
Update: darn, just a little slow on the draw....
Update2: but not quite as slow as the AM below... looks like it took nearly 12 hours to type that one up. ;-)

-Blake