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