Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print FILE "Check keyword supplied\n";
    }
    close(FILE);
    
  2. or download this
    if ($value0 == 1) { 
        open INFO, "<tmp";
    ...
    }
    close(FILE);
    close(INFO);
    
  3. or download this
    open TMP,     "<tmp";
    open LOG,     ">>RESULT_LOG";
    open RESULTS, ">>RESULT_LOG";