Help for this page

Select Code to Download


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