- or download this
use strict;
use warnings;
# REFFILELIST is not the same as $ReferenceFilePath
- or download this
open (FILE, $ReferenceFilePath) or die "Can't open file";
chomp (@REFFILELIST = (<FILE>));
- or download this
while (<FILE>)
{
chomp;
#do something
}