use LWP::UserAgent; my $ua = LWP::UserAgent->new; $ua->timeout(10); my $response = $ua->get('http://avantgardeconcierge.com/'); if ($response->is_success) { print $response->content; # or whatever } else { die $response->status_line; }
In reply to 500 EOF when chunk header expected by dallase
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |