Mark, ----- Original Message ----- > From: Mark Haney <ma...@abemblem.com> > To: Perl Beginners <beginners@perl.org> > Cc: > Sent: Wednesday, April 25, 2012 11:51 AM > Subject: PERL CGI, HTML and PHP > > I've got, what I hope is a fairly simple problem that someone can point me > to the best (or best practices anyway) way to handle it. >
You can hack together a working solution, but if you want the best practice way, then you should use only one server side scripting language. If you want the cleanest, most readable, most maintainable code then you really want to minimize the languages you use and keep everything simple. If you want to do this then you have two options. 1) Figure out how to do what you need in Perl (Not sure what this additional "feature set" you need is, but figuring out this in perl might be the easiest solution) 2) Refactor your perl code into php -- Matthew Kunzman Email: matt_...@rocketmail.com LinkedIn: http://www.linkedin.com/pub/matthew-kunzman/b/5ba/94a ------------------------------------------------------------------------- -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/