Jason Bodnar wrote:
> 
> I'm losing it. I've written applications like this countless times but I'm
> doing something wrong.
> 
> I've got a module called Apache::StoreFront. Right now it consists of:
> 
> package Apache::StoreFront;
> 
> 1;
> 
> There's more to it but I've cut it out to simplify things. It's in
> /$SERVER_ROOT/lib/perl/Apache
> 
> I have an embperl page that consists of:
> 
> [# MODULES #]
> [! use Apache::StoreFront !]
> 

I'm having a good day, so thought I'd give it a go, been there
with wasting hours on random bugs like this :( ..

[! use Apache::StoreFront; !]

You need the semicolon, in this case.  I duplicated your error
twice and each time it went away by adding the ;

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to