Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        write_log("$fff");
    }
    
  2. or download this
    my $input = "$contilog";
    
  3. or download this
    #my $input = "$cwd"."\\input1.txt";
    
  4. or download this
    open my $fh, '<', $input or die "unable to open file: $!";
    
    ...
        return $string;
    }