Home > Archive > PERL Beginners > June 2007 > Begining Web Developement with Perl (resources)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Begining Web Developement with Perl (resources)
|
|
| Neil Morrow 2007-06-25, 7:59 am |
| Greetings,
This is my first post on the group, so here it goes....
What are the best resources for a young developer beginning to develop
web applications with Perl?
Respectfully,
Neil
| |
| oroszib@vpg.sulinet.hu 2007-06-25, 7:59 am |
| Look at the module CGI.pm, get a little familiar with it, then look at
available CMS systems. Depends on what you want to do exactly...
neil morrow wrote:
> Greetings,
>
> This is my first post on the group, so here it goes....
>
> What are the best resources for a young developer beginning to develop
> web applications with Perl?
>
> Respectfully,
> Neil
>
| |
| Francisco Valladolid H. 2007-06-26, 7:59 am |
| neil morrow <neiljmorrow@gmail.com> wrote:
> Greetings,
>
> This is my first post on the group, so here it goes....
>
> What are the best resources for a young developer beginning to develop
> web applications with Perl?
>
Hi.
In Perl you have many choices to do it job.
look in http://search.cpan.org/modlist/World_Wide_Web
Now, my favorite choices are:
1.-CGI::Application (use CGI.pm)
2.-Template Toolkit
3.-mod_perl of course.
You maybe must be do a search in google.com for this frameworks or visit
the official perl site http://www.perl.org for resources.
Best Regards.
>
> Respectfully,
> Neil
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> http://learn.perl.org/
>
--
Fco. Valladolid H.
http://blog.bsdguy.net - Believe in Jesus Christ !
|
|
|
|
|