Help for this page
my @if_stack; while (<$input>) ... print $output $_; } }
my $if_stack; while (<$input>) ... print $output $_; } }