- or download this
my ($id,$ip,$country);
$sql->bind_columns(\($id,$ip,$port,$country));
- or download this
my ($id,$ip,$port,$country);
$sql->bind_columns(\($id,$ip,$port,$country));
- or download this
my $query = "CREATE ..." and sql_exec(0,$query);
- or download this
my $query = "CREATE ...";
sql_exec(0,$query);
- or download this
sql_exec(0,"CREATE ...");