Re: [HTML::Embperl] It's late and I'm getting a very odd error

2000-02-10 Thread Joshua Chamas
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

Re: [HTML::Embperl] It's late and I'm getting a very odd error

2000-02-10 Thread Cliff Rayman
try: [! use Apache::StoreFront; !] notice the semicolon. gerald has written about this before so you can find more details in the archives. cliff rayman genwax.com Jason Bodnar wrote: > I'm losing it. I've written applications like this countless times but I'm > doing something wrong. > > I've

[HTML::Embperl] It's late and I'm getting a very odd error

2000-02-10 Thread Jason Bodnar
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/Apac