Just throwing in my two cents:

Javascript can run in the backend as well. Take a look at Node.js;
http://nodejs.org/

As far as perl on the web end, look into perldancer
(http://perldancer.org/), mojolicious (http://mojolicio.us/) or catalyst
(http://www.catalystframework.org/)

They are all modern MVC web frameworks that should get you up and running
quickly.
For deployment I would look into PSGI: http://plackperl.org/

Regards,

Juan Madrigal


Web Developer
Web and Emerging Technologies
University of Miami
Richter Library





On 4/26/12 2:19 PM, "Mark Haney" <ma...@abemblem.com> wrote:

>On 04/26/2012 08:27 AM, Bob McConnell wrote:
>>> From: Mark Haney
>>>
>
>>
>> This exposes the source of your confusion. Javascript is executed in
>>the browser, while Perl, PHP, ASP and JSP are all executed on the
>>server. So JS simply complements all of the others. The biggest issue is
>>that you cannot depend on JS being allowed on the client. It is seen by
>>many as a security problem, a very reasonable view, so it will be
>>disabled either globally or by using NoScript or similar add-ons. As a
>>result, it should never be used to enable critical elements of a web
>>page, but only to enhance the presentation.
>>
>> Bob McConnell
>>
>>
>
>
>Well, I kind of agree with you.  It's still a scripting language.
>Regardless of its function. (At least in my mind.)
>
>Still, despite all this, I'm not really any closer to a solution than I
>was when I sent the OP.  I'm looking at the Template-Toolkit, and that
>might be a long term solution, but the dearth of 'beginner-style'
>documentation for it makes me think there's a fairly large learning
>curve with it, and frankly, if that's the case, I might actually stick
>with the devil I know.
>
>
>-- 
>
>Mark Haney
>Software Developer/Consultant
>AB Emblem
>ma...@abemblem.com
>Linux marius.homelinux 3.3.2-6.fc16.x86_64 GNU/Linux
>
>-- 
>To unsubscribe, e-mail: beginners-unsubscr...@perl.org
>For additional commands, e-mail: beginners-h...@perl.org
>http://learn.perl.org/
>
>


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to