Help for this page

Select Code to Download


  1. or download this
    # check the html on the page - skip this for brevity
    $mech->page_links_ok();
    html_tidy_ok( $mech->content() );
    
  2. or download this
    $mech->content_contains( 'Sorry, we couldn’t find anything that 
    +matched your search.' );