Help for this page

Select Code to Download


  1. or download this
    sub give_me_the_title {
       my $element = shift;   # some HTML::Element
       my $title_element = $element->find_by_tag_name('title');
       return $title_element->content_list();
    }
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.