Hi,

I have been using the EmbperlObject Feature of Embperl and have to say that I love it. 
However I suddenly arrived at a problem that I didn't have before when using vanilla 
cgi.
I have most of my code in a seperate file and just call the appropriate function in 
whichever file is called by 'Execute("*")'. I also have a status bar (login status 
etc..) on top of each document that is inserted via 'Execute("status.epl")' in 
'base.epl'.
The problem is that status.epl is called before Execute("*") and so doesn't reflect 
the actual status. For example the code that logs people in is in the 
'login_confirm.epl' that is called with 'Execute("*")'.

Is there a way to force Embperl to execute the * portion first? How have others solved 
this problem?

Thanks,

Nico

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to