Re: Embperl::Object doesn't cache app object correctly?

2005-08-10 Thread Angus Lees
At Tue, 9 Aug 2005 14:16:25 +0200, Gerald Richter wrote: > > *file:/home/gus/public_html/gus/_app.pl*epparse:Text; > > expires_in=0 expires_func=no expires_filename= cache=no > > This is the interesing line, which shows that the syntax of the application > object was switched to Text. This will c

Re: Embperl::Execute under 2.0

2005-08-10 Thread Neil Gunton
Gerald Richter wrote: Basically when path is in there, it crashes, when path is not there, it works. Is there anything about this that gives a clue? The path must be an array ref and not a string e.g. path => [ '/www-dev/vhosts/www.crazyguyonabike.com/htdocs/journal/', '/www-dev/vhosts/www.

RE:Tag mismatch (was: Embperl::Execute under 2.0)

2005-08-10 Thread Gerald Richter
HI Neil, > > Thanks for the (offline) help - I think I have fixed most or > all of the warnings and errors in my main body of code which > Embperl 2 was picking up on, so now I get a "clean > preload"... Good news :-) > > I had a minor issue with Embperl 2 thinking there were some > misma

Re: Tag mismatch

2005-08-10 Thread Neil Gunton
Gerald Richter wrote: I had a minor issue with Embperl 2 thinking there were some mismatched and suchlike, whereas these were in fact just being generated in some conditional/looping code (and so the tags would obviously not match up if you look at the code in a linear fashion (as Embperl2 ap