Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict ;
    ...
    
    die "$0: incomplete record (line count = ", scalar @record, ") at end 
    +of file \"$filename.\"\n"
      unless @record == 0 ;