Re: PERL CGI, HTML and PHP

2012-04-26 Thread Lesley Binks
On Thu, Apr 26, 2012 at 08:32:29AM -0400, Mark Haney wrote: > On 04/26/2012 07:22 AM, Michael Rasmussen wrote: > > > > >Again, you haven't described why Perl can't create the same HTML the PHP > >does. > > > > > > > > Obviously, I didn't explain myself quite well enough. Let me try > again. I'

Re: PERL CGI, HTML and PHP

2012-04-26 Thread Matthew K
 Mark, It seems like you have a hammer, and you really want this to be a nail. It just isn't. It's more like a paper clip. Perl and PHP are both server side scripting languages, which means they run on the server. If you use them, you should pick one because they serve the same purpose. You d

Re: PERL CGI, HTML and PHP

2012-04-26 Thread Madrigal, Juan A
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 moder

Re: PERL CGI, HTML and PHP

2012-04-26 Thread Mark Haney
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 dep

Re: Net::SMTP

2012-04-26 Thread Lesley Binks
On Tue, Apr 24, 2012 at 03:59:27PM -0700, Michael Rasmussen wrote: > On 2012-04-24 13:17, Somu wrote: > >Ok.. Thanks for the info on gmail. > >But is there any way to find out such information for other hosts? > >Like I have an account at https://ems.sbi.co.in so again how do i > >do for > >that? >

Re: PERL CGI, HTML and PHP

2012-04-26 Thread Mark Haney
On 04/26/2012 07:22 AM, Michael Rasmussen wrote: Again, you haven't described why Perl can't create the same HTML the PHP does. Obviously, I didn't explain myself quite well enough. Let me try again. I've got a web app I'm building for the company I work for. It was initially started

RE: PERL CGI, HTML and PHP

2012-04-26 Thread Bob McConnell
> From: Mark Haney > > I understand the desire to 'keep with one scripting language', but what > I don't understand is why take a stand like that, yet continue to use > javascript with PHP and ASP pages. Seems to me, that in the right > instance combining the two can be very powerful. Personally

Re: PERL CGI, HTML and PHP

2012-04-26 Thread Michael Rasmussen
On Wed, Apr 25, 2012 at 01:51:46PM -0400, Mark Haney wrote: > 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. > > I'm writing a web app that monitors embroidery machines and generates > reports on various metr

Re: how to use Net::OpenSSH::Parallel

2012-04-26 Thread pomkar65
Hi i am here learning Net::OpenSSH::Parallel and Schedule::Cron modules in perl. i am searching for examples. i want a perfect example on this two modules. Is there anybody help me in learning this modules by example please... Thanks, Omkar -- To unsubscribe, e-mail: beginners-unsubscr...@perl