Help for this page

Select Code to Download


  1. or download this
    -command => \&sub_opt,
    
  2. or download this
    -command => sub { \&sub_opt },
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    #when the Button is being created, and Perl/Tk is trying to use the 
    #return value of the sub as the value for "-command" -- not good.