Help for this page

Select Code to Download


  1. or download this
    if ($opt_g) {
       use Tk;
       <Tk code>
    }
    
  2. or download this
    if ($opt_g) {
       eval "use Tk; 1" or die "Tk not installed. Can't run GUI.\n";
       <Tk code>
    }