Hello Guys,
Am staring at this peace of code for 2 hours now and have finally given up
#!/usr/bin/perl
use strict;
my $infile = 'machines.txt';
my $outfile = 'results.txt';
my @machines;
my ($machine, $CaptureSize, $FileSize);
my $datadir = '/home/migrate/data'...