Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #use integer;
    ...
    }
    print STDERR "Final: [$val]\n";
    exit;
    
  2. or download this
    #include "stdio.h"
    int main(){
    ...
    
        printf ("Read %d records, total: [%ld]", count, total);
    }