Help for this page

Select Code to Download


  1. or download this
    my $w;
    $w->{main} = MainWindow->new;
    ...
        # Do stuff with $w here now like normal
        $w->{main}->configure( -title => "new title" );
    }
    
  2. or download this
    1 if $a; # for example
    
  3. or download this
    sub unused
    {
    ...
        1 if $a;
        1 if $b;
    }
    
  4. or download this
    #! /usr/bin/perl -w
    
    ...
            print "testbutton does not exist\n";
        }
    }