in reply to Re: Re: Re: non-perl SQL questionin thread non-perl SQL question
x=5 y=6 x=x+y # x = 5+ 6 = 11, yes? y=x-y # y = 11 - 6 = 5, yes? [download]