Application architecture and separating logic and design

2006-11-07 Thread Villu Roogna
Hello,I have set up my EMBPERL_OBJECT_APP file as sort of MVC controller:For example in init I have conditionals like if(basename($req->param->uri) =~ /^index(_eng)?\.html$/) {    Front page logic }In index.html file I have several Execute statements for other templates likeExecute({imputfile => 's

Re: Preventing embperl caching of dynamic data?

2006-11-07 Thread Kinetic Slam
Well, I wasn't successfull getting around the caching of my perl script output so I stopped trying to get my established perl scripts working under Embperl with little to no changes.  I've converted one of them to a more Embperl form and have now gotten around my caching problem.   I'm sure that's