can anyone explain this weird behavior?
alive but dead
dies at last line
my $db = DBI->install_driver('mysql')
or die;
my $ipplan = DBI->connect('DBI:mysql:host=www;database=ipplan','xxxx','xxxxx')
or die;
my $C = $ipplan->prepare("SELECT count(*),sum(if(lastpol > ?,1,0)) as recent...
Select a record where a field contains a specific IP.
where field regexp IP
gives multiple matches
I do not have clue as to the unexpected results
mysql> select d07 from service where d07 regexp '^10.100.1.1';
+------------------------------------------------+
| d07...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.