Help for this page
open my $datafile ... LINE: ... next LINE if ( $line =~ m{\A \s* #}xms; process $line; }
if ( option_A( $line ) ) { $retval = do_this_complicated_thing( $line ); ... $retval = 42; } return $retval;