|
|
|||
Perl programmer's work
I'm a student. During the lessons we are given lots of perl theory. I wanted to know what is real perl programmer's work.
Thank you. 4 Replies
hi - Perl is used at many many places and in many many applications (many times as Glue-tool).
Web Applications use Perl most of the times and thats because of great Module called CGI. Its also used in finances, in bioinformatics... Wherever you need rapid application development - think of using Perl. I invite you to join community TWiki (http://www.twiki.org) if you want to use Perl in Action and start coding/contributing and to be really helpful by contributing to the opensource projects. To get started - please visit - http://twiki.org/cgi...dev/ReadmeFirst Cheers,
Perl is a high-level general programming language. It's not targeted at any specific sort of problem, so the sorts of problems that people solve with Perl are varied and diverse. Although Perl started as a language favored by system administrators, it's now also used by web programmers, scientists, business people, and many other sorts.
Your question is sort of like asking "What do you do with a knife?". It's a tool in the toolbox. When you find a task that needs that particular tool, you reach for it.
--
brian d foy Author of Learning Perl, Intermediate Perl, and Mastering Perl http://www.oreillynet.com/pub/au/1071 |
|||
|