Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

SOAP::Transport::TCP connection problems

by jwest (Friar)
on Sep 18, 2001 at 20:24 UTC ( [id://113151]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # daemon
    use warnings;
    ...
    
    $daemon->handle;
    __END__
    
  2. or download this
    package Foo;
    
    ...
    sub bar { "baz!\n"; }
    1;
    __END__
    
  3. or download this
    # client
    use warnings;
    ...
      print $res->result;
    }
    __END__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 20:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found