Help for this page

Select Code to Download


  1. or download this
    my $var_frame .= $num;
    my $varbind_l .= $num;
    my $varbind_e .= $num;
    
  2. or download this
    use Tk;
    use strict;
    ...
    sub print_values {
      map { print "Varbind $_ = ",$text[$_],"\n" }(1..5);
    }