I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-08-16 06:56:08.967807-07 by chandrareddy
Expect with PerlTK
Hi Can we use Expect with Perl/Tk. Please give a small example. I am getting the following error if I use Expect spawn inside an perl/Tk action command. Tk::Error: Can't locate auto/Tk/ROText/CLOSE.al. I have tied the standard ouput as shown below. &sys_init; &gui_init; # connect STD out to the widget at bottom ... tie *STDOUT, 'Tk::ROText', $widgets{bottomRoText}; tie *STDERR, 'Tk::ROText', $widgets{bottomRoText};
Direct Responses: Write a response