12 print STDERR "Opening $fn\n";
13 my $fh = FileHandle->new($fn, 'r') || die $!;
18 my($junk, $nfn) = split;
19 $re .= process_file($nfn);
22 # ignore comments starting at the begining of the line
24 # dispose of comments with their leading spaces
28 # double all \ (twice)
47 $re .= process_file($_);