Help for this page

Select Code to Download


  1. or download this
    copy "file1", $fh
    
  2. or download this
    if (true) {
        open (my $fh, ">> RESULT_LOG");
    ...
        close BATTERY;
    }
    else {print "Error"}