in reply to Perl/TK Error

I'd also suggest looking at your bind. The '#testsen' part might be what's causing your problem. You might want to enclose it in single quotes so perl doesn't try to read it as a comment.

Just some food for thought.

Theodore Charles III
Network Administrator
Los Angeles Senior High
email->secon_kun@hotmail.com
perl -e "map{print++$_}split//,Mdbnr;"

Replies are listed 'Best First'.
Re: Re: Perl/TK Error
by senik148 (Beadle) on Apr 12, 2003 at 23:40 UTC
    is not that, i fixed it :)
    btw thanx pg for that example!

    now can someone please help me with forking?
    im tryng to maintain a socket connection alive,
    and at the same time i want to use a perl TK gui,
    from that gui i want to be able to send stuff to the socket connection while is alive
    do i need to fork? or what can i do?

    thank you perl monks!