Help for this page

Select Code to Download


  1. or download this
    if(($array1[0]=~/c/i) && ($array2[0]= ~/c/i))
    
    ...
            }
    
    }
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
    close OUTFILE;
    
    }