Cargando…

Mastering Perl/Tk /

Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lidie, Stephen
Otros Autores: Walsh, Nancy
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, ©2002.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm52355561
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 030603s2002 caua o 001 0 eng d
010 |z  2001045923 
040 |a HUA  |b eng  |e pn  |c HUA  |d OCLCQ  |d UMC  |d CEF  |d OCLCQ  |d VLB  |d AZU  |d NHM  |d N$T  |d OCLCQ  |d OCLCF  |d TEFOD  |d OCLCQ  |d YDXCP  |d GO9  |d TEFOD  |d OCLCQ  |d FEM  |d MOQ  |d AU@  |d WYU  |d VT2  |d UKAHL  |d INARC  |d OCLCO  |d OCLCQ 
015 |a GBA338969  |2 bnb 
019 |a 667243582  |a 729550712  |a 748108426  |a 759519828  |a 774401987  |a 809691346  |a 968045824  |a 969049834  |a 1044284576  |a 1056346386  |a 1057986343  |a 1074329350  |a 1103279753  |a 1129376241  |a 1194439206  |a 1202542692  |a 1240527532 
020 |a 9780596520359  |q (electronic bk.) 
020 |a 0596520352  |q (electronic bk.) 
020 |a 9780596551964  |q (electronic bk.) 
020 |a 0596551967  |q (electronic bk.) 
020 |z 1565927168  |q (pbk.) 
020 |z 9781565927162  |q (pbk.) 
029 1 |a HEBIS  |b 291459498 
035 |a (OCoLC)52355561  |z (OCoLC)667243582  |z (OCoLC)729550712  |z (OCoLC)748108426  |z (OCoLC)759519828  |z (OCoLC)774401987  |z (OCoLC)809691346  |z (OCoLC)968045824  |z (OCoLC)969049834  |z (OCoLC)1044284576  |z (OCoLC)1056346386  |z (OCoLC)1057986343  |z (OCoLC)1074329350  |z (OCoLC)1103279753  |z (OCoLC)1129376241  |z (OCoLC)1194439206  |z (OCoLC)1202542692  |z (OCoLC)1240527532 
037 |a D8D2329D-66B6-40A5-A9C5-E354E823CD39  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.L53  |b W363 2002 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 21 
049 |a UAMI 
100 1 |a Lidie, Stephen. 
245 1 0 |a Mastering Perl/Tk /  |c Steve Lidie and Nancy Walsh. 
246 3 0 |a Perl/Tk 
260 |a Sebastopol, CA :  |b O'Reilly,  |c ©2002. 
300 |a 1 online resource (xx, 746 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
588 0 |a Print version record. 
520 |a Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behind it. Mastering Perl/Tk is the "bible" of Perl/Tk: It's not only a great book for getting started, but the best reference for learning the techniques of experienced Perl/Tk programmers. The first half of the book contains the basics on how to use Perl/Tk, and then branches out into advanced applications with a series of extensive program examples. The result is a book accessible for novices, and invaluable for experienced programmers ready to learn the next step in the elegant and effective use of Perl/Tk. The book includes:<li type="disc">An introduction to each of the basic Perl/Tk widgets and geometry managers<li type="disc">A dissection of the MainLoop, including how to use callbacks and bindings effectively<li type="disc">Coverage of the Tix widgets, an extended set of widgets that are a part of the standard Perl/Tk distribution<li type="disc">Working with images in Perl/Tk, including bitmaps, pixmaps, photos, and how to compose a compound image type<li type="disc">How to create custom mega-widgets in Perl/Tk, both composite and derived<li type="disc">Handling interprocess communication with Perl/Tk, both with standard Unix utilities (pipes and sockets) and with the send command designed for direct communication between Tk applications<li type="disc">Developing your own Tk widget in the C language<li type="disc">Examples of web applications written with Perl/Tk and the LWP libraryThe book also includes appendices on installing Perl/Tk, a complete quick-reference for each standard widget, and listings of all the extended examples in the book. Nancy Walsh is the author of Learning Perl/Tk, and Steve Lidie wrote the Perl/Tk Pocket Reference as well as a series of Perl/Tk articles in The Perl Journal. Together, they have written Mastering Perl/Tk to be the definitive guide to Perl/Tk. 
505 0 |a 1. Hello, Perl/Tk -- 2. Geometry Management -- 3. Fonts -- 4. Button, Checkbutton, and Radiobutton Widgets -- 5. Label and Entry Widgets -- 6. The Scrollbar Widget -- 7. The Listbox Widget -- 8. The Text, TextUndo, and ROText Widgets -- 9. The Canvas Widget -- 10. The Scale Widget -- 11. Frame, MainWindow, and Toplevel Widgets -- 12. The Menu System -- 13. Miscellaneous Perl/Tk Methods -- 14. Creating Custom Widgets in Pure Perl/Tk -- 15. Anatomy of the MainLoop -- 16. User Customization -- 17. Images and Animations -- 18. A Tk Interface Extension Tour -- 19. Interprocess Communication with Pipes and Sockets -- 20. IPC with send -- 21. C Widget Internals -- 22. Perl/Tk and the Web -- 23. Plethora of pTk Potpourri -- A. Installing Perl/Tk -- B. Options and Default Values for Each Widget -- C. Complete Program Listings. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Tk toolkit. 
630 0 7 |a Tk toolkit.  |2 fast  |0 (OCoLC)fst01381927 
650 0 |a Perl (Computer program language) 
650 6 |a Perl (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Perl (Computer program language)  |2 fast  |0 (OCoLC)fst01058226 
700 1 |a Walsh, Nancy. 
776 0 8 |i Print version:  |a Lidie, Stephen.  |t Mastering Perl/Tk.  |d Sebastopol, CA : O'Reilly, ©2002  |z 1565927168  |w (DLC) 2001045923  |w (OCoLC)47893800 
856 4 0 |u https://learning.oreilly.com/library/view/~/1565927168/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26904865 
938 |a EBSCOhost  |b EBSC  |n 415608 
938 |a YBP Library Services  |b YANK  |n 7427900 
938 |a YBP Library Services  |b YANK  |n 11380117 
938 |a Internet Archive  |b INAR  |n masteringperltk0000lidi 
994 |a 92  |b IZTAP