Re: embperl-intermittant sig11 seg faults

1999-01-15 Thread Cliff Rayman
at the top of every page I have the following: [- Execute({inputfile = '/usr/local/apache/share/GWCe.htm', mtime = 1, import = 1}); -] [- ordpag(); exit if $GWCe::xitflg; -] then I have something like the following in GWCe.htm ( these are snippets of code to give you an idea. you cannot run

Re: HTML::Embperl 1.2.0

1999-01-15 Thread Cliff Rayman
TRY: [$ if( $#ffld1 ) $] cliff rayman genwax.com "Erich L. Markert" wrote: Just upgraded to v1.2.0 from 1.1.1 and ran into a problem. I have a document that contained an if else statement that basically checked to see if there were any parameters being passed. [$ if( ! defined %fdat )

RE: embperl-intermittant sig11 seg faults

1999-01-15 Thread Gerald Richter
at the top of every page I have the following: [- Execute({inputfile = '/usr/local/apache/share/GWCe.htm', mtime = 1, import = 1}); -] Using the mtime parameters together with an file may lead to problems, when the file changes, while the httpd is running, but this is another story and not

Re: module Safe ?

1999-01-15 Thread Stas Bekman
% perl -MCPAN -eshell cpan install Safe Hi Everybody, I've just installed mod_perl-1.21. However I can not find module Safe. Is it no longer supported or what ? Actually, what I would like to do is to control operations that cgi scripts may perform and which files they can access and

RE: Ye Ol' Template System Thread

1999-01-15 Thread Gerald Richter
On Nov 15, 1:10am, Sam Tregar wrote: Rather, I think that most of the simplicity of HTML::Template comes from its strictly "one-way" interface. The template file contains only output-oriented structures. Indeed. Embedded Perl processors are great for embedding Perl in your web