Re: Apache::ImageMagick and Exception 410: Invalid attribute (text)

2002-08-26 Thread Gerald Richter
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/

Re: Re[2]: embperl .epl files and vim

2002-08-26 Thread Gerald Richter
> > 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

Re: Embperl-2.0b8 httpd Segmentation Faults. Unclosed tags?

2002-08-26 Thread Angus Lees
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)

Re[2]: embperl .epl files and vim

2002-08-26 Thread Luiz Fernando B. Ribeiro
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

RE: embperl .epl files and vim

2002-08-26 Thread Wim Kerkhoff
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

Re: embperl .epl files and vim

2002-08-26 Thread Gerald Richter
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

Re: Embperl::Object problem

2002-08-26 Thread Gerald Richter
> > 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

embperl .epl files and vim

2002-08-26 Thread Alexander Hartmaier
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

Re: Embperl::Object problem

2002-08-26 Thread Andre Landwehr
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

Redirecting with mod_perl2?

2002-08-26 Thread alligator
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

Re: Embperl::Object problem

2002-08-26 Thread Gerald Richter
> 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

Re: Embperl::Object problem

2002-08-26 Thread Andre Landwehr
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

Re: use lib in EmbperlObject

2002-08-26 Thread Gerald Richter
> >> 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. >

Re: Embperl-2.0b8 httpd Segmentation Faults. Solved...Sorta

2002-08-26 Thread Gerald Richter
> 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

Re: Embperl::Object problem

2002-08-26 Thread Gerald Richter
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.

Embperl::Object problem

2002-08-26 Thread Andre Landwehr
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