Help for this page
@vars = $var1,$var2,$var3; undef $"; $string = "@vars";
undef $"; $string = "@{ [ $var1, $var2, $var3 ] }";