Errata

Perl/Tk Pocket Reference

Errata for Perl/Tk Pocket Reference

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 34
Syntax pattern oft he -menuitems option

Options-value pairs of a menu item entry may be repeated, and the entries
themselves as well, therefore the syntax pattern should read:

-menuitems => [[type, label?,-option=>value...?]...]

Anonymous   
Printed Page 34
-menuitems option

A list of menuitem types, like button, with...

Button is not a menuitem type. Make this:

A list of menuitem types, like command, with...

Anonymous   
Printed Page 34
Menubutton widget description, option list

The -tearoff option (as described under the heading Menu Widget Options, p.
21) is also possible with then Menubutton widget.

Anonymous   
Printed Page 41
BrowseEntry, 1st paragraph

The LabEntry widget referred to in this paragraph is not mentioned elsewhere.

Tk800.015 has no pod describing this widget, but there is a LabEntry.pm (and
even a LabRadio.pm) around.

<<October 1998, 1st Edition>>

Anonymous