Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

What means this Unfamiliar WWW::Mech error message, please?

by hesco (Deacon)
on Aug 27, 2009 at 03:15 UTC ( [id://791512]=perlquestion: print w/replies, xml ) Need Help??

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 );
            }
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://791512]
Approved by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-18 09:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found