Help for this page

Select Code to Download


  1. or download this
     BINDVAR=> unpack("H*",freeze(\@{$params{PLAYLIST}}))
  2. or download this
    sub {
    ..
    ..
    ...
        my $retval =  thaw(pack("H*", @ary) );
        return @{$retval}
    }