Help for this page

Select Code to Download


  1. or download this
    SQL ERROR: Can't find column definitions!
    
  2. or download this
    # Associate our csv disk file with the table name 'results'
    $dbh->{'csv_tables'}->{'info'} = { 'file' => "psinfooutputfile.csv"};
    ...
    , CPUSpeed, CPUCount, CPUType
            FROM hosts
            LEFT JOIN info ON hosts.IP = info.IP ");