Help for this page

Select Code to Download


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