- or download this
#!/usr/bin/perl -w - or download this
use warnings;
- or download this
use Strict;
use File::Stat;
use Digest::MD5;
print "Enter the Path where all the data files are available:\t";
- or download this
$sourcedir= <STDIN>;
chomp($sourcedir);
- or download this
open(LOG ,">>D:\\prad\\log1.csv"); - or download this
open my $fh, '>>', 'path/to/file' or die $!;