Help for this page

Select Code to Download


  1. or download this
    for my $process_file ($rrconfig::locodata, $rrconfig::availlocodata) {
        open(my $data_file_handle, '<', $process_file) or die("$process_fi
    +le: $!");
    ...
        }
        close $out_file_handle;
    }
    
  2. or download this
    use File::Replace 'replace3';
    
    ...
        }
        $repl->finish;
    }