Help for this page

Select Code to Download


  1. or download this
    my $unpack_format = 
    '
    ...
        
        $personnel{ $filename =~ m[PID(\d+)\.rec] } = \%record;
    }
    
  2. or download this
    my $re_record = qr[
    
    ...
    
    $personnel{ .... } = \%record;