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