Help for this page

Select Code to Download


  1. or download this
    my %replaces = (
      email => sub { "<a href=mailto:'$_[0]'>$_[1]</a>" },
    ...
      $attr ||= $content;
      return $replaces{$tag}->($attr,$content);
    }
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.