Re: Perl-Tk, horizontal aligning

2009-08-09 Thread Mishustin Alexey
В Сбт, 08/08/2009 в 16:46 -0400, Shawn H. Corey пишет: Mishustin Alexey wrote: Hi, I have a question about Perl-Tk. How to align the content of a cell horizontally, for example, to the left? my $where_label = $pane - Label( -text =Please input WHERE

Need some advice on learning perl

2009-08-09 Thread Xu Peter
Hi, everyone, This is the first time I post my words on a mail list, so I would be enlighted if it works ... I am a newbie of perl. I have got through some classic perl books, such as Learning Perl and Intermediate Perl, and I did some tiny works on perl, e.g. a Tk helper that helps me with my

Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
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 =

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread 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 -- Just my 0.0002 million dollars worth, Shawn Programming is as much about organization and communication as it is about

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
В Вск, 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:

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
В Вск, 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 last

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread 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/showlist.cgi?name=beginning_perl_tk This mailing list seems to be dead; nothing but spam

RE: Need some advice on learning perl

2009-08-09 Thread David Christensen
Xu Peter wrote: I am a newbie of perl. I have got through some classic perl books, such as Learning Perl and Intermediate Perl, ... I want to get deeper in learning perl. I learn Perl primarily though reading books and writing code. STFW, RTFM, studying other people's code, participating in

Re: Need some advice on learning perl

2009-08-09 Thread Octavian Râsnita
Xu Peter wrote: I am a newbie of perl. I have got through some classic perl books, such as Learning Perl and Intermediate Perl, ... I want to get deeper in learning perl. You are probably interested in perl for some specific tasks, like creating web apps, or desktop aps with a GUI, or other

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
В Вск, 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

Re: Need some advice on learning perl

2009-08-09 Thread Randal L. Schwartz
Xu == Xu Peter xzpe...@gmail.com writes: Xu I am a newbie of perl. I have got through some classic perl books, such as Xu Learning Perl and Intermediate Perl, and I did some tiny works on perl, Xu e.g. a Tk helper that helps me with my vocabulary study, and a BBS search Xu engine works under

Re: Perl-Tk, copy/paste context-menu for entries

2009-08-09 Thread Mishustin Alexey
8/9/2009, Shawn H. Corey shawnhco...@gmail.com вы писали: 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