- or download this
create table tbl_names (
...
id_name INT,
);
- or download this
@names = qw( firstname secondname );
@ips = ( "123.132.123.121" , "198.21.252.2" , "123.123.123.132");
...
}
}
- or download this
$sql_statement = qq|select str_ipaddress
from tbl_ipaddresses, tbl_names
...
while ( ($ipaddress) = $sth->fetchrow_array ){
# do whatever
}