jeffa has asked for the wisdom of the Perl Monks concerning the following question:
Hmmm, this is tricky so here goes . . .
I have a friend that is working for this company that makes web pages - right now, this company is using a concocted version of embedded perl by using eval in their web engine: perl code is used on the HTML pages (contained in delimiters) - the code is extracted from the page and 'eval'ed.
I have a friend that is working for this company that makes web pages - right now, this company is using a concocted version of embedded perl by using eval in their web engine: perl code is used on the HTML pages (contained in delimiters) - the code is extracted from the page and 'eval'ed.
Personally, I think this is a BAD thing. I would like to suggest some changes for my friend and his/her company, maybe HTML::Mason or HTML::EmbPerl . . .
Any suggestions would be greatly appreciated, as I have not used either (but plan to real soon).
The hardest part will be to convince this company to
give up their evil ways and see the light.
(insert holy-sounding chord here)
Jeff
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: mason and embperl
by JanneVee (Friar) on Sep 02, 2000 at 23:17 UTC | |
by Ovid (Cardinal) on Sep 03, 2000 at 02:20 UTC | |
by JanneVee (Friar) on Sep 03, 2000 at 04:13 UTC | |
by tilly (Archbishop) on Sep 03, 2000 at 04:26 UTC | |
Re: mason and embperl
by merlyn (Sage) on Sep 02, 2000 at 23:15 UTC | |
Re: mason and embperl
by gregorovius (Friar) on Sep 03, 2000 at 10:49 UTC | |
Re: mason and embperl
by doran (Deacon) on Sep 03, 2000 at 05:29 UTC | |
Re: mason and embperl
by Maclir (Curate) on Sep 04, 2000 at 01:37 UTC | |
Re: mason and embperl
by geektron (Curate) on Sep 05, 2001 at 22:11 UTC |
Back to
Seekers of Perl Wisdom