embPerl or PHP Programming Software Development by consultant …templating systems that work with Perl such as Mason and embPerl. From what I've read though, it sounds like… embPerl would be the better choice for my purposes. And finally,… for utilizing HTML templates. B) Program in mod_Perl and utilize embPerl or another templating tool (would HTML::Template be a better… Problem trying to use 'do' in Embperl Programming Software Development by dcdruck …Perl in the context of developing a website using Embperl. I am at a point where I have a… In our environment, bhtml files are HTML files that contain Embperl code. lib.pl: sub libTest { $out=shift; return …ERR: 24: Error in Perl code: Undefined subroutine &Embperl::__6::libTest called at /home/david/www/testlib.bhtml line… Re: Safe Perl Programming Software Development by samaru … to develop an app, I recommend regular Perl, mod_perl, and Embperl for your apps. That is if you MUST do something… Re: embPerl or PHP Programming Software Development by samaru I recommend you switch over to PHP. It might be a step back for you that you have to learn it, but at the end you'll be more efficient. I can type fast right now and I never took a typing lesson. I know that if I did, at first, I will be typing a little slower learning the correct method and trying to get used to it, but I know once I learn the … Re: Problem trying to use 'do' in Embperl Programming Software Development by dcdruck Does anyone have any clue what I am doing wrong here? I can get it working by creating a module and using it, but the problem I have there is that Perl caches the module so it doesn't pick up on changes I make to it (e.g. adding a subroutine). So, I'm looking for a way to include subroutines from a single external file where my changes will take … Re: Problem trying to use 'do' in Embperl Programming Software Development by dcdruck Well, I still don't know what I was doing wrong above (it seems to me that it should have worked), but I managed to get it to work by using "do" like this: do $epreq->component->cwd.'/lib.pl';