Help for this page

Select Code to Download


  1. or download this
    use HTTP::Request;
    use LWP::UserAgent;
    ...
        $html .= $_[0];
        die if length($html) > 4096;
    }