Thanks to everyone who responded to my previous question regarding DBI -- I had my sysadmin upgrade to the latest (1.19) version of DBI, which includes the missing functions, and now I have those functions... Hooray.
But of course, I now have a different problem...
The disconnect function no longer works -- instead, it Croaks a message about "DBI->disconnect is not a DBI method." I investigated a bit, and found that there's a new function, DBI->disconnect_all ... however, this doesn't seem to do anything, because I still get those "Database handle destroyed without explicit disconnect" warnings.
I checked the MySQL module, and didn't find a disconnect method there.
So, where is the disconnect method supposed to be defined? Or, if I'm supposed to be using the disconnect_all method now, why isn't that working? Or, how can I define my own disconnect method? Or, why won't DBI play nice?
Thanks in advance to anyone who can help me out... I love Perl, and I like DBI, but sometimes they can frustrate the bejesus out of me...
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.