Hi all, I'm in trouble using Win32::GUI together with Event::RPC::Server. How can I run both in my script?
The RPC parts needs the following lines to start:
my $server = Event::RPC::Server->new (
port => 5555,
);
$server->start;
and Win32::GUI needs:
Win32::GUI::Dialog();
both are started as threads! How can I start both in one script??
I think this is a newbie or Perl related question, but I am sure that
somebody in this list did already stuff like this.
Thanks for help,
tinti

