- or download this
sub draw {
my $self = shift;
...
$self->{subnb_p1} = $self->{_subnb}->add( 'page1', -label => 'Prepar
+e email message' );
$self->_draw_subnb_p1();
}
- or download this
sub _draw_subnb_p1 {
my $self = shift;
...
);
}
- or download this
sub _getImportFile {
my $self = shift;
...
print Dumper $::cini_global;
$self->{_mw}->update();
}