Help for this page

Select Code to Download


  1. or download this
    package Options;
    use Exporter::Dispatch;
    ...
    sub other_menu {
        ...
    }
    
  2. or download this
    my $var = ...;
    my %dispatch_sub = create_dptable Options;
    $dispatch_sub{$var}->($screenpos1, $screenpos2) if exists $dispatch_su
    +b{$var};