Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my $res = $ua->request($req)->as_string;
    print $res;
    
  2. or download this
    HTTP/1.0 200 OK
    Connection: close
    ...
    <p><center><font size="-1" color="#000000">&copy; 2002 Mail.com. All r
    +ights reserved.</FONT></center>
    </body>
    </html>