Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    my $can_accept = HTTP::Message::decodable();
    print $can_accept, "\n";
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
        'Accept-Encoding' => $can_accept,
    );
    print $response->decoded_content(charset => 'none');