Here's a passage from the error message doc that can be found at:
http://www.perl.com/pub/doc/manual/html/pod/perldiag.html

Variable "%s" is not imported%s

(F) While ``use strict'' in effect, you referred to a global variable that you 
apparently thought
was imported from another module, because something else of the same name (usually a 
subroutine)
is exported by that module. It usually means you put the wrong funny character on the 
front of
your variable. 

Greg

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to