This document provides an introduction to creating graphical user interfaces (GUIs) with Perl/Tk. Perl/Tk allows the powerful programming capabilities of Perl to be combined with the Tk widget toolkit to easily configure GUI applications. It summarizes the requirements for using Perl/Tk, which are Perl and the Tk module, and gives an overview of common widgets like buttons, labels, and menus that can be used to build basic interfaces. The document then discusses geometry management, common options for widgets, and Tk commands like bindings to create interactive applications.