- or download this
#!/perl -T
use strict;
...
my $url = $baseurl . $authenticate . $args;
$agent->get( $url );
- or download this
Error GETing http://sd.reclaimedcomputers.com/sd/agent/authentication/
+sd?sd_username=admin&sd_password=canttellyou&CallerID=7702505192&Exte
+nsion=21: Not Found at t/99-test_remotely.t line 28
- or download this
127.0.0.1 sd.reclaimedcomputers.com
- or download this
if ( $res->is_error ) {
if ( $self->{autocheck} ) {
$self->die( 'Error ', $request->method, 'ing ', $request->
+uri, ': ', $res->message );
}
}