Help for this page

Select Code to Download


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