Help for this page
my $RE = join '|', <RECORDS>;
/$RE/;
my $RE = join '|', <RECORDS>; my $compiled_RE = qr/$RE/;
/$compiled_RE/;