Help for this page

Select Code to Download


  1. or download this
    /html/body/p/a
    /html/body/p[2]/a 
    /html/body/p[3]/a
    ....
    /html/body/p[66]/a
    
  2. or download this
     
    $mech->get($url);
    $content = $mech->response()->decoded_content(); 
    ...
    $tree->parse($content);
    $tree->eof;
    @res = $tree->findvalues(???);#