Hi all:
I am testing embperl Object from Embperl 2.09b but i saw something i do not
understand:
my base.eplo have this:
[- Execute ('config.eplo'); -]
[- Execute ('colors.eplo'); -]
[- Execute ({'isa' => 'mainfile.eplo'}); -]
[- Execute ({'isa' => 'subs.eplo'}); -]
[- Execute ('*') -]
So %idat is almost always for internal use of Emperl?
Thank you very much for your answer.
...Hoenie
At 12:06 AM 6/28/2003 +0200, you wrote:
> Can anyone tell me what is the purpose of %idat?
>
It keeps track of the input fields seen so far in your html source. That's
necessary for the [$
> Can anyone tell me what is the purpose of %idat?
>
It keeps track of the input fields seen so far in your html source. That's
necessary for the [$ hidden $] command
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For add
>
> Im running Apache 2.0.46, mod_perl 1.99_09, perl 5.6.1 (RedHat Enterprise
> ES Package), Embperl 2.0b9
> With the configuration below i get a 404 when I should get index.html
back,
> if I remove the Embperl configuration it works fine.
> Is there anything I can do to fix this?
>
Did you load m
Hi Neil,
as long as you don't use any of the new features of Embperl 2, you should be
able to create code that works under 1.3 and 2.0 (I have done this in the
past, now I only using 2.0).
For the $req_rec issue: $req_rec are the same in 2.0 as in 1.3, there is no
difference. There is a test in m
>
> @Gerald: The 'make test' problem is still there but it doesn't seem to
concern
> anything I use...
>
As far as I have explored it for now I think it's really only a problem of
make test, not of Embperl. make test expects some error message, but the RH9
Perl version outputs it a little differen
>
> In the following example, the fphover.class applet works in the first case
> but can't be found in the second case (using CGI):
> http://orbsoft.com/classic-leather/Dealers.htm
> http://orbsoft.com/cgi-bin/embpcgi.pl/classic-leather/Dealers.htm
>
> Is there some way to tell Embperl about relati