Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
            );
        }
    }
    
  2. or download this
    $w->bind("tag", '<1>', [ \&bind, "one", "two" ]);
    sub stuff
    ...
        print "Callback received this stuff:\n";
        for (@a) { print "\targ($i) : $_\n"; $i++ }
    }