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