Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Live re(p)laying of HTTP requests

by knoebi (Friar)
on Jun 27, 2004 at 14:49 UTC ( [id://369963]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        # Shut down the client's connection when the response is sent.
        $kernel->yield("shutdown");
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            my $response = $ua->request($VAR1->{_request});
            print $VAR1->{_request}->uri."\n";
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    __PACKAGE__->columns(All =>qw/test_run_id
                                    name
                          /);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-18 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found