Help for this page
while (<DATA>) { . . . create $name, $rex and $FH . . . push @rexlist, [ $regex, $name, $FH ]; }
while (my $line = <$IFH>) { . . . ... } . . . }