sub f { ($x,$y)=@_;print$x--while$x>=$y } #### perl -le '$_=ord$/;print$_--while$_'