Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    $output = $res->content;
    
    print "output:\n".$output;
    
  2. or download this
    output:
    <HTML>
    ...
    
    </BODY>
    </HTML>