Help for this page

Select Code to Download


  1. or download this
    use constant UNPACKER => 'A24 A*';
    
    ...
    close IN;
    
    sub unpacker { unpack('A24 A*', $_) }