Start by reading this URL: http://www.catb.org/~esr/faqs/smart-questions.html

What changed?  Things like this don't break unless you change something...

You rebooted.  Rebooting can remove stuff from places like /tmp.  
Could that be a factor?

What version of anything are you working with?

What is in lines 1-6 of RE5i.pl?  How do you think we can help without
being able to see anything?

At a best guess, you've got something like:

#!/bin/perl -w
# Description...

use strict;

my($dbh) = DBI->connect("....");

What happened to the 'use DBI;'?

On Mon, 01 Nov 2004 19:13:12 -0700, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> 
> Ok here is a good one. I have been working for several months with a few
> scripts that I am coding for a new site. The scripts have  been working just
> fine until I rebooted my workstation last night.
> Today, the scripts are not working I kee getting this message:
> 
> Name "main::DBI" used only once: possible typo at ./RE5i.pl line 6
> 
> There are not changes in the scripts. I am puzzled here.
> Please help!

You are pretty lucky to be getting this much response!

-- 
Jonathan Leffler <[EMAIL PROTECTED]>  #include <disclaimer.h>
Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."

Reply via email to