We have a POE::Component::Server::TCP with a number of clients that need to send it their code for execution. Is there a way to do it better than sending strings and evaling them on receiving? We tried POE::Filter::Reference, and it does not help, or at least we can't figure how. Thank you.