Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in join or string at ./scriptname.pl line 8
    +1, <$fh> line 2.
    DBD::mysql::st execute failed: Column count doesn't match value count 
    +at row 1 at ./scriptname.pl line 83, <$fh> line 2.
    Failed to write row Column count doesn't match value count at row 1
    
  2. or download this
    #!/usr/bin/perl
    #
    ...
            print "Successfully written $dbname into $table using " . $ARG
    +V[$argnum]. "\n";
        }
    }