Help for this page

Select Code to Download


  1. or download this
    sub Read_file {
      ## we assume CLAIMS is a valid filehandle
    ...
        push @array,[unpack("a8a6a2",$_)];
      }
    }