in reply to Re: Read a variable backwards..
in thread Read a variable backwards..

check this code

$str="123456789"; @arr=split(//,$str); while($tmp=pop(@arr)){ print "\nfirst-frm last-->$tmp"; }