Help for this page

Select Code to Download


  1. or download this
    #### Class dbi instance script ######
    use strict;
    ...
    while (my $chart = $it->next) {
        ***********   $chart->items; ***************
    }
    
  2. or download this
    #### module #######
    package CCopy;
    ...
    CCopy::Chart_Item_XREF->columns(Primary => qw/ chart_id item_id /);
    CCopy::Chart_Item_XREF->columns(All => qw/ insert_dtime update_dtime /
    +);
    ################################
    
  3. or download this
    ########### CHART ##################
    chart_id      insert_dtime      update_dtime
    ...
    feature_flag    priority_level   insert_dtime
    update_dtime    locked_flag     special_flag
    mandatory_flag