Help for this page

Select Code to Download


  1. or download this
     
    #build up the hash CF
        if (/CF/){
    ...
           $hash{CF} = $tmp[1];
            #say $hash{CF};
       }
    
  2. or download this
       #PROBLEM CODE check CF fields need to accommodate for multiple CF l
    +ines 
       if (exists $hash{CF})
    ...
             $line .= ",$add";
           
       }
    
  3. or download this
    <BEGINFILE>
    <SUBBEGIN
    ...
        ODBPREMSMS=NO;
        ODBADULTSMS=YES;
    <SUBEND
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    close INFILE;
    close OUTFILE;