Help for this page
if ($range >= 300 and $range <= 400)
open my $fh, '<', $filename || die;
open my $fh, '<', $filename or die;