Hi!
>http://localhost/images/image.jpg/Annotate?font=Arial&x=5&gravity=west&text
=Hello+world+!
>Tried with several fonts and other arguments but error remains.
>
>[Sun Aug 25 12:24:33 2002] [error] Exception 410: Invalid attribute (text)
Seems to be ok.
You can try
http://localhost/images/
>
> Gerald> See http://perl.apache.org/embperl/pod/doc/Embperl.-page-14-.htm
>
> The link for the mmm.el file for Emacs is broken, I made a search on
> Google and found the following new URL:
>
> http://mmm-mode.sourceforge.net/
>
Oops, should have been already corrected. Now it's at least correc
At Thu, 22 Aug 2002 07:03:40 -0700 (PDT), Jarrod Stenberg wrote:
> Does not have any problems. This file uses this:
> [$ while ($h = $sth->fetchrow_hashref()) $]
> [$ endwhile $]
>
> But call it from the browser, and it kills the httpd
> instance.
(you haven't said what DBD driver you're using)
Oi Gerald,
Resposta a sua mensagem de segunda-feira, 26 de agosto de 2002:
Gerald> Hi!
>>
>> Is there a syntax parser (or how you call it) for vim which formates
Gerald> the
>> screen output of vim with colors?
>>
Gerald> See http://perl.apache.org/embperl/pod/doc/Embperl.-page-14-.htm
The
Yep :-)
http://perl.apache.org/embperl/pod/doc/doc13/HTML/Embperl.-page-18-.htm#
sect_86
(or do a search for "Embperl" using the script search engine on
http://vim.sf.net)
> -Original Message-
> From: Alexander Hartmaier [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 26, 2002 5:06 A
Hi!
>
> Is there a syntax parser (or how you call it) for vim which formates
the
> screen output of vim with colors?
>
See http://perl.apache.org/embperl/pod/doc/Embperl.-page-14-.htm
Gerald
-
Gerald Richterecos electronic com
>
> Now I print to OUT explicitly it works, thanks a lot! Alas, I
> have enabled optRedirectStdout (the option value I set is 16388),
> so this should never have happened, should it?
>
optRedirectStdout is not yet implemented in 2.0. I just saw that this fact
is missing in README.v2...
Gerald
Hi!
Is there a syntax parser (or how you call it) for vim which formates the
screen output of vim with colors?
I also use vim for windows and want to print out some code with colors for
better readability.
THX Alex
-
T
On Mon, Aug 26, 2002 at 01:43:59PM +0200, Gerald Richter wrote:
> This normaly only happens if you print to STDOUT instead of OUT. If you are
> sure you print to OUT, try to use
>
> [- Embperl::output ('yout text') ; -]
>
> Does this change anything? If yes, it would mean that OUT is somehow not
Hallo.
I've been away from Embperl quite a while, so I decided to try Apache2,
mod_perl 2.0 and Embperl 2.0b8.
Install went quite smoothly ( more or less ). Old code worked well too,
but one thing that didn't work was redirecting.
*snip*
use Apache;
use Apache::Constants qw(REDIRECT);
$req_re
> On Mon, Aug 26, 2002 at 11:21:37AM +0200, Gerald Richter wrote:
> > This will not work, because Embperl sets up the @ISA to be
> >
> > * -> base.epl -> Embperl::Req
> >
> > if * and base.epl are the same package, this will cause trouble...
>
> ok, I have taken out the package assignments. But
On Mon, Aug 26, 2002 at 11:21:37AM +0200, Gerald Richter wrote:
> This will not work, because Embperl sets up the @ISA to be
>
> * -> base.epl -> Embperl::Req
>
> if * and base.epl are the same package, this will cause trouble...
ok, I have taken out the package assignments. But still every
out
> >> On a related topic. If I do a "use somelibrary" in a template, and
> >> it imports some functions into the name space, it would be nice to be
> >> able to use them in the files that are using that template.
> >
> > Because of the different namespaces of those files this won't work,
sorry.
>
> EMBPERL_SESSION_MODE 2
>
> Was the killer argument. With it commented out, all
> works fine. So the problem must lie with
> Apache::SessionX
>
Does make test work correctly? If not we should solve this first, because
make test should test all this things and show us what goes wrong...
Gera
Hi,
> I have an object base file _base.epo which looks like this:
> [- $req = shift; -]
> [- Execute ({inputfile => '_htmlheader.epo', package => __PACKAGE__}); -]
> [- Execute ({inputfile => '*', package => __PACKAGE__}); -]
This will not work, because Embperl sets up the @ISA to be
* -> base.
Hi again,
Embperl files run quite ok on my 2.0b8 installation now, but
Embperl::Object does strange things which I hunted the whole day,
but I don't come closer...
I have an object base file _base.epo which looks like this:
[- $req = shift; -]
[- Execute ({inputfile => '_htmlheader.epo', package
16 matches
Mail list logo