Help for this page

Select Code to Download


  1. or download this
    sub delimit {
        my ( $tos, $ccs, $rp, $sb, $body, $in_file ) = @_;
    ...
            }    # end of while
        }    # end of if
    }    # end of sub
    
  2. or download this
    open my $fh, '<', $in_file or die "Error: can not open file $in_file $
    +!";