- or download this
( $one, $two, $three ) == split '', huge_megabyte_scalar;
- or download this
$#a = 10;
@a = split'', $huge_long scalar;
- or download this
@hash{ listGenerator() } = ....;
- or download this
@hash{ 1 .. keys %hash } = delete @hash{ listGenerator() };