in reply to Re: interchanging variables the tough way
in thread interchanging variables the tough way

Should the code snippet not read
my $temp; $temp=$a; $a=$b; $b=$c; $c=$temp;
Or am I missing something (-;