Hi Jay,

thanks for the answer. 

> Firt things first.  Why did you comment out use strict?  That's never
> a good sign.  also, loading both IO::Socket::Unix and Socket probably
> isn't the best idea.  the main problem here, though would seem to be
> mixing your syntax.  You're calling the object-oriented IO::Socket
> interface, but you're using it like you would the builtin functions. 
> You're also using incorect argument names.  
Your right. It was a dirty hack, and because it did not work with
IO::Socket::Unix, i tried the Socket library.

i'm playing with your version
(http://www.honktown.de/funk/fundaemon_client.pm), but i have the same
problem as before :(

Simon Funke


-- 
Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to