Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
                         -type  => 'OK',
                         -message  => "Status is :$state:.");
    }
    
  2. or download this
    #!/usr/bin/perl 
    use warnings;
    ...
    $menu_pulldown->pack(-side, 'left');
    
    MainLoop;