Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Process and combine two CSV files into one

by DrAxeman (Scribe)
on Aug 09, 2005 at 21:51 UTC ( [id://482443]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @row = $dbh->selectall_arrayref("SELECT IP, ServerName, Domain, Day
    +sUptime, OS, RAM, OSSP, InstallDate, CPUSpeed, CPUCount, CPUType FROM
    + hosts LEFT JOIN info ON hosts.IP = info.IP");
    
  2. or download this
    Execution ERROR: Ambiguous column name 'IP' called from /usr/lib/perl5
    +/vendor_perl/5.8.6/i586-linux-thread-multi/DBI.pm at 1557.
    
  3. or download this
    my @row = $dbh->selectall_arrayref("SELECT IP, ServerName, Domain, Day
    +sUptime, OS, RAM, OSSP, InstallDate, CPUSpeed, CPUCount, CPUType, Par
    +titionFree FROM hosts, disks LEFT JOIN info ON hosts.IP = info.IP AND
    + hosts.IP = disks.IP");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://482443]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 09:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found