Help for this page
sub needsHyperlink { my( $line ) = @_; ... # see perldoc perlre for checking }
my $outputHyperlink = needsHyperlink( $line ); ... } else { # print line without hyperlink, or maybe don't print it at all };