Help for this page

Select Code to Download


  1. or download this
    $response = $response->content() if($response->is_success());
    die Dumper($response);
    
  2. or download this
    $ perl test.pl
    $VAR1 = '▒PNG
    
    ...
                        ▒a cHRMz&▒▒▒▒▒
    +u0&#9618;`:&#9618;p&#9618;&#9618;Q<!IDATWc&#9618;
    &#9618;*1&#9618;&#9618;Ig&#9618;
    &#9618;&#9618;&#9618;+(&#9618;&#9618;K&#9618;&&#1432;IEND&#9618;B`&#96
    +18;';
    
  3. or download this
    $response = $response->decoded_content() if($response->is_success());
    die Dumper($response);
    
  4. or download this
    $ perl test.pl
    $VAR1 = '&#9618;PNG
    
    ...
                        &#9618;a cHRMz&&#9618;&#9618;&#9618;&#9618;&#9618;
    +u0&#9618;`:&#9618;p&#9618;&#9618;Q<!IDATWc&#9618;
    &#9618;*1&#9618;&#9618;Ig&#9618;
    &#9618;&#9618;&#9618;+(&#9618;&#9618;K&#9618;&&#1432;IEND&#9618;B`&#96
    +18;';
    
  5. or download this
    $response = $response->content() if($response->is_success());
    $response = utf8::downgrade($response);
    die Dumper($response);
    
  6. or download this
    $ perl test.pl
    $VAR1 = 1;