@a = (1,2); print join(",",@a); { use strict; @b = (1,2); print join(",",@b); }