- or download this
Name "main::v" used only once: possible typo at ... line ...
Use of uninitialized value $_ in pattern match (m//) at ... line ...,
+<templateFile> line 1.
street.addressstreet.address=#enter address# city.name=place state.nam
+e=unknown
- or download this
if ($tmpLine =~ /$k/)
- or download this
foreach $line (<currentValues>)
{
...
seek(templateFile, 0, 0); # <== ADD THIS LINE
foreach $tmpLine(<templateFile>)
...
- or download this
use strict;
use warnings;
- or download this
open(my $templateFile...)
- or download this
open(my $currentValues, '<', 'current.txt') or die ...