Help for this page

Select Code to Download


  1. or download this
    //This is just rough listings of my code, not exactly what it //is, I'
    +m just listing here to show my problems
    
    ...
      $page_content = $res->content if $res->is_success;
      return $page_content;
    }
    
  2. or download this
    sub grab_page_content {
    
    ...
        return $page_content;
    
    }