in reply to Re: if value not matches replace it with other value
in thread if value not matches replace it with other value
You of course have to adapt other places of your code where you use the filehandles (to use $FH instead of FH).my $infile = "master.cfg"; open my $FH, "<", $infile or die "could not open $infile $!";
|
|---|