Help for this page

Select Code to Download


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