Help for this page

Select Code to Download


  1. or download this
    use My::DB::User;
    my (%th,$tho);
    ...
    
    # save the data to the database
    $tho->saveData();
    
  2. or download this
    $tho = tie %th, 'My::DB::User', {-userid=>'25'};