print "$res->code\:\t$res->status_line";
Method calls inside quotes won't be recognised as such. Instead:
print $res->code . ":\t" . $res->status_line;In reply to Re: Getting exit code and status from useragent response obj
by hippo
in thread Getting exit code and status from useragent response obj
by sylph001
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |