Help for this page

Select Code to Download


  1. or download this
    my $template = 'iifff';
    my $rec_size = template_len($template);
    ...
       my @fields = unpack($template, $rec);
       ...
    }