Re: Problem with passing of variable.

2000-10-07 Thread Ilia Lobsanov
At the top of the template, you forgot: [- $a = shift @param; -] On my own sites, I wrote a "preprocessor" abstraction-type module that copies param to %fdat, so that you don't need the line above. ilia. - Original Message - From: "Ian Fenn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: Problem with passing of variable.

2000-10-07 Thread Ian Fenn
Small note: It would appear that the mailer has stripped out the HTML from the example below. It was nothing special - just an html page with the [+ $a +] inside a couple of p tags. At 02:05 AM 08/10/2000 +0100, you wrote: >Now, I'm sure that I must be doing something really, really dumb, and

Problem with passing of variable.

2000-10-07 Thread Ian Fenn
Now, I'm sure that I must be doing something really, really dumb, and the problem is staring me in the face, but I've spent ages trying to work it out and would be grateful of assistance! I've read and re-read the documentation, without success. I have a CGI script: #! /usr/bin/perl use CGI;

[embperl] next within meta command causes crash

2000-10-07 Thread Ilia Lobsanov
Anyone notice a crash with this little test script: [- @bar = ('a', 'blah', 'c'); -] [$ foreach $foo @bar $] [- next if $foo eq 'blah' -] [+ $foo +] [$ endforeach $] ilia. - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

EmbperlObject features

2000-10-07 Thread neil
There are two features which I think would be good to have in EmbperlObject. I would like to know what you think: 1. The ability for Execute() to look up the directory tree if it can't find the named file, in the same way that the EMBPERL_OBJECT_BASE is searched for. This would enable more true