Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers
Antivirus Faqs_Questions_And_Answers Software Tips Faqs_Questions_And_Answers ERP Faqs_Questions_And_Answers Internet Faqs_Questions_And_Answers Spoken English Faqs_Questions_And_Answers Web Designing Faqs_Questions_And_Answers SEO Tips Faqs_Questions_And_Answers Hacking
Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers
SAP Faqs
C Faqs        C++ Faqs        Java Faqs        J2ee Faqs        Springs Faqs        Hibernate Faqs        Web sphere Faqs        Web Logic Server Faqs   
WordPress        Siebel Faqs        Shell Scripting Faqs        Perl Scripting Faqs        Open Source        Data Ware Housing Faqs        Joomla Faqs
Ajax        Oracle Apps Faqs        Testing Tools Faqs        Mainframes Faqs        Tibco Faqs        PHP Faqs        .Net Faqs       Operating System
 
Perl Scripting
Custom Search

What is Perl Scripting?


Perl Scripting is one of the robust scripting languages in the IT market which is being used in “n” of fields. Perl is rich in finding Regular expressions and stands unique in all fields of application.

PERL is a scripting language. Since all scripting languages are interpreter based languages but not compiler based languages, we use for optimization of code in all application.

Why do we use PERL scripting?

We use PERL scripting because it is rich in all regular expressions and functional concepts, we can create our own rules to find out particular generalized pattern by using regular expression.
PERL supports or compatible in almost 76+ Operating systems and supports more than 3000 modules, called as CPAN (Comprehensive Perl Archive Network) modules, can be downloaded free from www.cpan.org.

Where do you find PERL?

Perl by default gets installed in almost all flavors of UNIX, since home of Perl is UNIX. Perl is free software and can be downloaded from the following.

http://www.dev.perl.org

http://www.cpan.org

http://www.perl.com

Features of PERL

Web development (CGI).
System Administration.
Database Administration.
Networking.
Bio-Informatics.
Testing.
GUI development.
Testing
Telecom ……. And so on…

PERL FAQS

Why Perl called as interpreted language?

Why do I need chmod + x command before running Perl script.

What happens if I forget to call chop when reading a number from the standard input file.

What is the difference between chop and chomp functions in Perl?

What is the symbolic link and hard link, what is the use of it.

What is an escape character?

What is \$

What is \@

What are the four types of literals?

What is the major difference between single and double quoted string
Top