Hi,
I have an installation with Apache/1.3.29,
mod_perl/1.29 and HTML::Embperl 1.3.6.
If I use this code,
open FH, "file";
@file = ;
I get this error.
ERR: 24: Error in Perl code: syntax error at ...
line ..., at EOF
This is fixed only by doing
(1) @file = ; or
(2) @file =
>
> I can work around by using read calls with a few more lines,
> but would like to know whether I hit a closed wall or I'm
> just not seeing the door.
>
>From README.v2:
- The option optRawInput is replaced by EMBPERL_INPUT_ESCMODE,
which is off by default (same as when optRawInput was se
Hi,
While using Embperl 2.1.0 under mod_perl 2.0.1 following error occurs:
code:
used under ModPerl::Registry.
###
use Apache2::RequestRec;
use Apache2::RequestUtil;
use Embperl;
$r = Apache2::RequestUtil->request;
$session = Embperl::Req::SetupSession ($r);
$test = $session -> {test};
> Ah! I thought I saw somewhere in the docs about $row/$col
> variables and / two-dimensional processing - I was
> too tired on that day I guess... ;-)
>
It is a two dimensional processing, but it only use and and
repeat what found between theses tags
Gerald
** Virus checked by BB-5000
Hi,
>
> Problem seems to be with
> $req_rec->header_in('Cookie')
>
> as header_in(), header_out() and err_header_out() are not
> available in
> mod_perl 2.0.
>
> http://apache.perl.org/docs/2.0/user/porting/compat.html#C__r_
> E_gt_header_in_
>
> or is there some bug in my coding?
>
Could y