Hi! I try to display a page title using three embperl files.
---main.epl--- [! sub title {'Website'} !][- $req = shift -]<HTML> <HEAD> <TITLE>[+ $req->title +]</TITLE> </HEAD><body>[- Execute('*') -]</body> </HTML> --- ---first.epl--- [- $req = shift -] <HTML> First... [- Execute('second.html ') -]</HTML> --- ---second.epl--- [! sub title {'Second page'} !] [- $req = shift -] <HTML> Final page</HTML> --- When I access second.epl directly via main.epl then it works fine. But accessing second.epl via main.epl -> first.epl then title is not imported anymore. What am I doing wrong? I'm using Embperl 2.0b8. Thanks in advance. --- Sorry but I had to resent this message because it seems that the previous message did not come trough :-( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]