8/9/2009, "Shawn H. Corey" вы писали:
>Sorry, I don't know any good resources for Perl/Tk. When all else
>fails, try perlmonks http://perlmonks.org/
Perlmonks is great! I've already got the answer on my question. Thank
you for your advice again.
--
Regards,
Alex
--
To unsubscribe, e-mail: be
В Вск, 09/08/2009 в 15:30 -0400, Shawn H. Corey пишет:
> Mishustin Alexey wrote:
> > В Вск, 09/08/2009 в 07:40 -0400, Shawn H. Corey пишет:
> >> Mishustin Alexey wrote:
> >>> Hi,
> >>>
> >>> Another question about Perl-Tk.
> >> Try asking on the Beginners Perl/Tk list
> >> http://lists.cpan.org/s
Mishustin Alexey wrote:
В Вск, 09/08/2009 в 07:40 -0400, Shawn H. Corey пишет:
Mishustin Alexey wrote:
Hi,
Another question about Perl-Tk.
Try asking on the Beginners Perl/Tk list
http://lists.cpan.org/showlist.cgi?name=beginning_perl_tk
This mailing list seems to be dead; nothing but spam
В Вск, 09/08/2009 в 07:40 -0400, Shawn H. Corey пишет:
> Mishustin Alexey wrote:
> > Hi,
> >
> > Another question about Perl-Tk.
>
> Try asking on the Beginners Perl/Tk list
> http://lists.cpan.org/showlist.cgi?name=beginning_perl_tk
This mailing list seems to be dead; nothing but spam for the
В Вск, 09/08/2009 в 07:40 -0400, Shawn H. Corey пишет:
> Mishustin Alexey wrote:
> > Hi,
> >
> > Another question about Perl-Tk.
>
> Try asking on the Beginners Perl/Tk list
> http://lists.cpan.org/showlist.cgi?name=beginning_perl_tk
OK, thank you.
--
Regards,
Alex
--
To unsubscribe, e-mail
Mishustin Alexey wrote:
Hi,
Another question about Perl-Tk.
Try asking on the Beginners Perl/Tk list
http://lists.cpan.org/showlist.cgi?name=beginning_perl_tk
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organization and communication
as it is about co
Hi,
Another question about Perl-Tk.
I need to make context-menus with 'Copy' and 'Paste' commands for
'entry' widgets. I found the following syntax for it.
my $popup = $mwindow->Menu(
-tearoff=> 0,
-menuitems => [
[Button => 'Copy', -command => [