Help for this page

Select Code to Download


  1. or download this
    my $rec;
    do_something( $rec) while read(FILE, $rec,$reclength);
    
  2. or download this
    @hd = unpack 'h*', $rec;
    @floats = unpack 'f*', $rec;