Help for this page

Select Code to Download


  1. or download this
    sub unpack2hash
    {
    ...
        }
        return $hash;
    }
    
  2. or download this
    my $h = unpack2hash(join(' ',(
    'l:$songid',
    ...
    'l3:@unk4',
    'l4:@notepos'
    )), $data);