Help for this page

Select Code to Download


  1. or download this
        my @choices = qw/1    2    3/;
        my @help    = qw/one  two  three/;
    ...
                    $tag->attach ($lb, -balloonmsg => \@help);
                    }
               );
    
  2. or download this
        my @choices = qw/1    2    3/;
        my @help    = qw/one  two  three/;
    ...
                            );
                      }
                  );