in reply to Re: Regular Expression memory
in thread Regular Expression memory
Thanks all replies.
I figure out the problem - it's because the memory variables - $1,$2, still retains it's old value in next loop (while(<>) ) and doesn't show the correct "values"!
Thanks again.