Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print $context[1]->status_line, "<<<<\n"; #The request is carried out!
    print $context[1]->content,"\n";  #No result is returned
    print $context[1]->decoded_content,"\n"; #No result either
    
  2. or download this