Help for this page

Select Code to Download


  1. or download this
    s/TRUE/1/imgsx;
    s/FALSE/0/imgsx;
    
  2. or download this
    tr/TRUEFALSE/111100000/;
    
  3. or download this
    open my $Q_FH, '>', \my $query;
    
  4. or download this
    #create customer DB
    print $Q_FH "INSERT INTO CUSOMER 
    ...
    print $Q_FH "VALUES";
    print $Q_FH join(',', map{"\n($vendor_id_href->{$_}, $_)"} keys %$vend
    +or_id_href);
    print $Q_FH ";\n";
    
  5. or download this
    sub table_to_array {
        my $table_fh = shift;
    ...
    
    
    Use of uninitialized value in lc at /usr/local/lib/perl5/site_perl/5.1
    +2.3/Tie/Handle/CSV/Hash.pm line 31, <$csv_fh> line 8014