- or download this
perldl> $a = zeroes 1000, 1000
perldl> $b = byte $a
...
----------------------------------------------------------------
$a Double D [1000,1000] P 7.63Mb
$b Byte D [1000,1000] P 0.95Mb
- or download this
perldl> undef $a
perldl> help vars
...
Name Type Dimension Flow State Mem
----------------------------------------------------------------
$b Byte D [1000,1000] P 0.95Mb
- or download this
perldl> $c = byte zeroes 1000,1000
perldl> help vars
...
----------------------------------------------------------------
$c Byte D [1000,1000] P 0.95Mb
$b Byte D [1000,1000] P 0.95Mb