perl -e '$var="11/22";($x,$y) = split("/",$var,);print "x is $x and y is $y\n";'