Help for this page

Select Code to Download


  1. or download this
    $sth=$dbh->prepare($sql_string) or die_db(...)
    
    ...
        die "DB Error" . DBI->errstr;
    }
    
  2. or download this
     $self->{"calendar_".$n} = Wx::Calendar->new(.....);
    
    .
    ...
    .
    
    $self->{calendar_9}->GetValue();