or download this
my $out_file = "/dicast2-papp/DICAST/smg_data/" . $gfn . ".bin"; #path
+ to binary file
my $template = "if262792i"; #binary layout (integer 262792 floats in
+teger) as described in the format documentation above (not sure if th
+is is correct)
...
@fields = unpack ($template, $record);
print "field = $fields[0]\n";
}