- or download this
package Foo;
...
$d = [];
printf " After %s [%s]\n", $d, join(",", @$d);
});
- or download this
C:\Scripts>perl scope.pl
Top before ARRAY(0x183f218) [a,b]
Before ARRAY(0x183f218) [a,b]
After ARRAY(0x183f248) []
Top After ARRAY(0x183f218) [a,b]
- or download this
C:\Scripts>perl -v
...
Binary build 635 provided by ActiveState Corp. http://www.ActiveState.
+com
Built 15:34:21 Feb 4 2003