Help for this page

Select Code to Download


  1. or download this
    #!/perl -T
    use strict;
    ...
    
    my $url = $baseurl . $authenticate . $args;
    $agent->get( $url );
    
  2. 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
    
  3. or download this
    127.0.0.1     sd.reclaimedcomputers.com
    
  4. or download this
        if ( $res->is_error ) {
            if ( $self->{autocheck} ) {
                $self->die( 'Error ', $request->method, 'ing ', $request->
    +uri, ': ', $res->message );
            }
        }