Dr.Altaica has asked for the wisdom of the Perl Monks concerning the following question:

What are the files in Tk\demos\ ? They don't seem to do anything and I can't find any information about the in perldoc or on the web.
|\_/|
/o o\
(>_<)
 `-'

Replies are listed 'Best First'.
Re: perl Tk demos?
by rbc (Curate) on Oct 29, 2002 at 18:49 UTC
    Hi Doc,
    cd into that directory and type widget
    If that doesn't work there should be a README file
    in that directory that should help you out.
    update
    The above assumes a *nix OS. If you are using a MS
    OS you should look for a file called widget.bat
    and run it.