Problems with subroutines

2003-03-14 Thread Christian Frantsen
I tried the following code (cut & paste from the embperl documentation) [$ sub foo $] [- $p = shift -] Here we show the first parameter [+ $p +] [$ endsub $] [- foo ('value') -] All I get in return is a server error: Undefined subroutine &Embperl::__2::foo called I'm running Linux, Embper

Re: IMAGES Directories

2003-03-14 Thread Kee Hinckley
At 4:20 AM -0500 3/14/03, Ruben Safir wrote: I never understood why embperl processes anything over than html mime type. This is two lines added to mod_perl. That's easy. Because sometimes you want to process things other than HTML. That's even more true with Emperl2. -- Kee Hinckley http://www

Re: IMAGES Directories

2003-03-14 Thread Ruben Safir
I never understood why embperl processes anything over than html mime type. This is two lines added to mod_perl. Ruben On Fri, Mar 14, 2003 at 10:07:57AM +0100, Gerald Richter wrote: > > >SetEnv EMBPERL_FILESMATCH "\.(htm|html|epl)$" > > > > Another possibility is to add something like >

Re: IMAGES Directories

2003-03-14 Thread Gerald Richter
>SetEnv EMBPERL_FILESMATCH "\.(htm|html|epl)$" Another possibility is to add something like SetHandler none to your httpd.conf or .htaccess file Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,