Help for this page

Select Code to Download


  1. or download this
    my @insert_cols = qw/BS queue_name in_q_per in_q_num out_q_per out_q_n
    +um/;
    my @inner_keys = @insert_cols[2..5];
    ...
            $insert_sth->execute( $BS, $queue_name, @nums );
        }
    }