Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

"You passed 0 parameters where 1 required" error using DBD::CSV, an INNER JOIN, and a WHERE clause

by planetscape (Chancellor)
on Jun 21, 2011 at 18:53 UTC ( [id://910793]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    DBI->trace (1);
    
    $dbh_match->disconnect;
    
  2. or download this
    DBD::CSV::st execute failed: You passed 0 parameters where 1 required 
    +[for State
    ment "
    ...
            ON file_01.Chargeband = file_02.ChargeBand
            WHERE file_02.Termination LIKE '%something%'
          "] at test_DBI__CSV_read_for_PM.pl line 32.
    
  3. or download this
    Summary of my perl5 (revision 5 version 10 subversion 0) configuration
    +:
      Platform:
        osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
    ...
        C:/strawberry/perl/lib
        C:/strawberry/perl/site/lib
        .
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://910793]
Approved by BrowserUk
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-26 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found