- or download this
my $thing = UnPack (1, $stringpack);
- or download this
use strict;
use warnings;
...
sub listy {
return @_;
}
- or download this
Count 1, first: 1, elements: 1
Count 3, first: 1, elements: 1 2 3
- or download this
my ($thing) = UnPack (1, $stringpack);