Exposing my ignorance, wanting help with use!

Rafael Garcia-Suarez rgarciasuarez at gmail.com
Wed Feb 14 14:43:41 GMT 2007


On 14/02/07, Peter Hickman <peter.hickman at semantico.com> wrote:
> The problem is the require in the eval. When it is called with class set
> to, say, Stupid::Dispatcher::XSQL I get the following error:
>
> Error loading dispatcher 'Stupid::Dispatcher::XSQL': Can't locate
> Stupid::Dispatcher::XSQL in @INC (@INC contains: /sw/lib/perl5

require takes a file name, not a module name. (excepted if followed by
a bareword. see perldoc -f require for details.)


More information about the london.pm mailing list