Scott Pham wrote: > Parag Kalra wrote: >> Hello All, >> >> I have only interacted with PHP/MySQL to design a website. >> >> I wanted to know if it is possible to use Perl instead of PHP (and I am >> pretty sure it should be possible :) ). But my main concern is what >> are the >> main Pros & Cons of using Perl instead of PHP. >> >> I have very basic requirements. I want to use Perl mainly to fetch >> results >> from MySQL db inside HTML, just the same thing which we do inside the PHP >> tags <? ?> >> >> So what are the main Perl modules which I need to install and any good >> tutorial link would be really appreciated. >> >> Cheers, >> Parag >> >> > I would take a look at Perl Catalyst, it will make your life much easier.
So will CGI::Application... http://cgi-app.org/ and DBIx::Class: http://search.cpan.org/dist/DBIx-Class/ The time spent on learning these and combining in template systems and plugins will be well worth it in the long run. Steve -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/