Topic awaiting preservation: Why do you use Perl? (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
posted 03-23-2003 01:02
I've always meant to some day dig in and learn Perl, and was recently forced to start doing just that because I had a project in which PHP was unavailable. |
Paranoid (IV) Inmate From: California |
posted 03-23-2003 02:13
Hi Butcher, |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-24-2003 17:44
Piper said it well. I use perl mostly for wholly server side scripts, things that I need to automate on the server but not necessarily things that display on the web. Also usually things where shell scripting tends to be a bit lacking. Once I had to write a script that once a day parsed an excel spreadsheet and created a text file. This is the kind of thing that perl is great at. |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 03-24-2003 19:38
Thanks for the replies guys! |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 03-25-2003 01:36
I use perl because it is easy to protype ideas with it. I have a long, extensive background with many other languages such and C and C++, but use perl when I want to put together a medium sized project to see how it will work. I may then implement the final solution in C or continue to use the perl version depending on the need of the project. |
Maniac (V) Inmate From: under the bed |
posted 03-25-2003 17:59 |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 03-28-2003 17:13
"keep your perl out of your HTML and your HTML out of your perl" |