Help for this page

Select Code to Download


  1. or download this
    GET / HTTP/1.0
    
  2. or download this
    #! /usr/local/bin/perl -w
    
    ...
    my $res = $ua->request( $r );
    print $res->content;
    warn $res->code;
    
  3. or download this
    #! /usr/local/bin/perl -w
    
    ...
            )
        ),
        $q->end_html();