I am learning Perl from the book Beginning Perl [Curtis "Ovid" Poe]. Perl manages a broad range of datatypes and can be more object-oriented. The library, in general, executes efficiently within the same process as the caller of the library.
In my country this language nobody use nor maintain, i discover that Bash tends to focus on managing the order of execution of other programs, and their input/output streams. It doesn’t have a vast “same process” library, and it has less datatypes. It isn’t object oriented.
Strengths
DataType
Regex
Weaknesses
Unpopular
specific domains or applications
web programming - cgi/mod_perl/MVC frameworks
system admin - lots of unix system admin tools were developed by perl
API - modperl is pretty good for this stuff
regex driven programming - such as spamassassin
server programming - such as Daemon, Socket, Event, ipc etc.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I am learning Perl from the book Beginning Perl [Curtis "Ovid" Poe]. Perl manages a broad range of datatypes and can be more object-oriented. The library, in general, executes efficiently within the same process as the caller of the library.
In my country this language nobody use nor maintain, i discover that Bash tends to focus on managing the order of execution of other programs, and their input/output streams. It doesn’t have a vast “same process” library, and it has less datatypes. It isn’t object oriented.
specific domains or applications