Sponsored Content
Full Discussion: what do they mean?
Top Forums Shell Programming and Scripting what do they mean? Post 49828 by cbkihong on Monday 12th of April 2004 09:27:49 AM
Old 04-12-2004
All three can be used to take some text as input, process (transform) it in some ways and return it as output (which can be written to file or pipe to another program for further processing). I usually like to describe them as "text processors".

Perl is a lot more than just a text processor like the other two. It is a general purpose programming language with which you can write programs to do a wide variety of tasks. There are many third-party Perl libraries (modules) that gives you many convenient functionalities.
 
All times are GMT -4. The time now is 08:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy