January 1999
Beginner
373 pages
9h 43m
English
To determine if a widget has been created, use Exists($widget):
if (Exists($widget)) {
...
}
Note the uppercase "E" on this method. The Exists method is different from the built-in Perl exists method. Make sure you don't confuse the two.