[svn:perlfaq] r6781 - perlfaq/trunk
[email protected] Fri, 11 Aug 2006 08:00:00 -0700 (PDT)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Fri Aug 11 07:59:59 2006 New Revision: 6781 Modified: perlfaq/trunk/perlfaq3.pod Log: * How can I use X or Tk with Perl? + Changed "Tk" to "The Tk.pm module" to distinguish the library from the Perl interface to it. Modified: perlfaq/trunk/perlfaq3.pod ============================================================================== --- perlfaq/trunk/perlfaq3.pod (original) +++ perlfaq/trunk/perlfaq3.pod Fri Aug 11 07:59:59 2006 @@ -503,10 +503,11 @@ =head2 How can I use X or Tk with Perl? -Tk is a completely Perl-based, object-oriented interface to the Tk toolkit -that doesn't force you to use Tcl just to get at Tk. Sx is an interface -to the Athena Widget set. Both are available from CPAN. See the -directory http://www.cpan.org/modules/by-category/08_User_Interfaces/ +The Tk.pm module is a completely Perl-based, object-oriented interface +to the Tk toolkit that doesn't force you to use Tcl just to get at Tk. +Sx is an interface to the Athena Widget set. Both are available from +CPAN. See the directory +http://www.cpan.org/modules/by-category/08_User_Interfaces/ Invaluable for Perl/Tk programming are the Perl/Tk FAQ at http://phaseit.net/claird/comp.lang.perl.tk/ptkFAQ.html , the Perl/Tk Reference