----- Original Message ----- From: "Ryoji Watahiki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 4:16 PM Subject: Resolved: Re: How to Control of Triiger on Web
(snip) > When I checked out my source carefully many times, I found the mistake > about Description of Connect DBI . > That's a careless mistake which the part of "$dbh" was written "$db". If so, I recommend you to read the DBI document and "use strict". >From DBI document: >To use DBI, first you need to load the DBI module: > > use DBI; > use strict; > >(The use strict; isn't required but is strongly recommended.) ============================================== Kawai, Takanori(Hippo2000) Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] http://member.nifty.ne.jp/hippo2000/index_e.htm http://www.hippo2000.info/cgi-bin/KbWikiE/KbWiki.pl ==============================================