- or download this
1\n - or download this
$_ =~ s/$_/$_ 1.0/g; - or download this
1\n 1.0 - or download this
foreach $txtfile (glob("*.TXT")) {
print $txtfile;
print "\n";
...
close FILE;
close NEWFILE;
}
- or download this
foreach $txtfile (glob("*.TXT")) {
print $txtfile;
print "\n";
...
close FILE;
close NEWFILE;
}