Help for this page

Select Code to Download


  1. or download this
    my $base = 'http://perlmonks.org/';
    
  2. or download this
    Link: <a href="http://example.com">and Anchor</a>
    
  3. or download this
    my $string = q~Link: <a href="http://example.com">and Anchor</a>~;
    $string =~ s/<[a href.... # I cannot remember this string. There was o
    +ne that worked perfect, even if the link had target="_blank" it did n
    +ot matter what else it had... but I cannot find it in any of my files
    + or remember who to write it.