Help for this page

Select Code to Download


  1. or download this
    sub Pack {
        my $type = $_[0];
    ...
        $_[1] = pack( packing($type), $_[1]);   
        return $_[1];
    }