Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
                                                                          
    +          
    ...
        print "\$pvar => $$pvar\n";
                                                                          
    +          
    }
    
  2. or download this
        my $button_A = $mw->Button(
        -text    => '  Button A',
    ...
        print "\$var => $var\n";
                                                                          
    +          
    }