Help for this page
//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; }
sub grab_page_content { ... return $page_content; }