Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Ron Wingfield
- Original Message - From: "Chad Perrin" <[EMAIL PROTECTED]> To: Sent: Friday, May 26, 2006 12:09 PM Subject: Re: What are the differences between Perl and PHP when handling with Web pages On Fri, May 26, 2006 at 06:51:36PM +0200, sfantar wrote: Thank you very much for your long

Re: Is there any way to get the name of the Window Server that the Perl script is currently running on?

2006-05-26 Thread cknipe
Quoting Dan <[EMAIL PROTECTED]>: > > "Japerlh" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Help: Is there any way to get the name of the Window Server that the > Perl script is currently running on? > > Thanks. Uhm, there is always the hostname.exe command as well if you wa

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Chad Perrin
On Fri, May 26, 2006 at 06:51:36PM +0200, sfantar wrote: > > Thank you very much for your long but very very interesting reply. > I started learning Perl. Until now, I think I made the good choice. > Contrary to PHP, It takes some time to deal with Perl at the beginning > but I am very happy to b

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread sfantar
Thanks a lot for the informations below. I will look for the modules mentioned below on cpan.org in order to understand how they work and how to write scripts using them. Octavian Rasnita a écrit : Hi, PHP is more limited than perl, but much simple to use for simple web pages than perl. PHP w

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread sfantar
Chad Perrin a écrit : On Fri, May 26, 2006 at 02:17:11PM +0200, sfantar wrote: What are the differences between Perl and PHP? The differences are far too many to list here. However, I'll list a few: Perl tends to run slightly faster. Your site's visitors probably won't notice any lag,

Re: export script problem

2006-05-26 Thread Chad Perrin
On Fri, May 26, 2006 at 07:32:57AM -0500, Gomez, Juan wrote: > > do you realized this is a perl list? Maybe he wants to do it in Perl. Of course, it's pretty hard to tell from that email. -- Chad Perrin [ CCD CopyWrite | http://ccd.apotheon.org ] "A script is what you give the actors. A prog

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Chad Perrin
On Fri, May 26, 2006 at 02:17:11PM +0200, sfantar wrote: > > What are the differences between Perl and PHP? The differences are far too many to list here. However, I'll list a few: Perl tends to run slightly faster. Your site's visitors probably won't notice any lag, though. PHP has a m

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Octavian Rasnita
Hi, PHP is more limited than perl, but much simple to use for simple web pages than perl. PHP was created specially for making web pages and you can transform very easy a .html file into a .php file. PHP is better than perl for web sites where there are very few dynamic parts of web pages, because

Re: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread sfantar
Charles K. Clarkson a écrit : sfantar wrote: : What are the differences between Perl and PHP? You can Google for that. I found the following article. I think perl can be used for more applications than PHP. http://www.zend.com/zend/art/langdiff.php : Which one is the best to build up a

RE: What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread Charles K. Clarkson
sfantar wrote: : What are the differences between Perl and PHP? You can Google for that. I found the following article. I think perl can be used for more applications than PHP. http://www.zend.com/zend/art/langdiff.php : Which one is the best to build up a website? You don't really n

Re: Is there any way to get the name of the Window Server that the Perl script is currently running on?

2006-05-26 Thread Mr. Shawn H. Corey
On Fri, 2006-26-05 at 12:57 +0100, Dan wrote: > "Japerlh" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Help: Is there any way to get the name of the Window Server that the > Perl script is currently running on? > > Thanks. > > > > you can try: > > use Config; > print "OS: $

RE: export script problem

2006-05-26 Thread Gomez, Juan
graeme do you realized this is a perl list? -Original Message- From: "Graeme McLaren" <[EMAIL PROTECTED]> Sent: 05/22/2006 2:09:12 PM To: "beginners@perl.org" Subject: export script problem Hi all, I need to export data from one database table to another. I als

What are the differences between Perl and PHP when handling with Web pages

2006-05-26 Thread sfantar
Hi everyone What are the differences between Perl and PHP? Which one is the best to build up a website? There are more and more PHP-based websites. Except the fact that ISP provide most of the time PHP/MySQL web hosting, why do people prefer using PHP instead of Perl? I would like to create o

Re: Perl OS system equivalence or Perl scripts for UNIX-and-Windows

2006-05-26 Thread Leonid Grinberg
Yes, as people have mentioned your options are: -Run the scripts with Cygwin, which will ensure that most system commands will be set up for you (if this is for general distribution, you can make it a system requirement, although that's a pretty heave system requirement to have). -Rewrite the UNI

Are there any Perl-based CMS?

2006-05-26 Thread sfantar
Hi everyone I am looking for a well-featured Perl-based CMS. I have already had a look at some at sourceforge but nothing fulfill my requirements. I want a CMS which could display news according to some parameters like date of release, kind of subject and so on. Thanks in advance for your hel

Re: Is there any way to get the name of the Window Server that the Perl script is currently running on?

2006-05-26 Thread Dan
"Japerlh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Help: Is there any way to get the name of the Window Server that the Perl script is currently running on? Thanks. you can try: use Config; print "OS: $Config{'osname'} $Config{'osver'}\n"; returns: MSWin32 5.0 for me, tho

Re: Perl OS system equivalence or Perl scripts for UNIX-and-Windows

2006-05-26 Thread Dr.Ruud
"John W. Krahn" schreef: > [SFU] > http://www.microsoft.com/windowsserversystem/sfu/ More details: http://www.softpanorama.org/Unixification/SFU/ AFAIK, the download requires JavaScript and a "Passport". -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED]