Say for instance I have ...
$var1 = \"ABC\" $var2 = 123
and under certain conditions I want to sw
list($var1,$var2) = array($var2,$var1);