Mohd Mohtashim

Mohd Mohtashim

185 Articles Published

Articles by Mohd Mohtashim

Page 19 of 19

Perl is Interpreted or Compiled Language?

Mohd Mohtashim
Mohd Mohtashim
Updated on 28-Nov-2019 1K+ Views

Perl is an interpreted language, which means that your code can be run as-is, without a compilation stage that creates a non-portable executable program.Traditional compilers convert programs into machine language. When you run a Perl program, it's first compiled into a byte code, which is then converted ( as the program runs) into machine instructions. So it is not quite the same as shells, or Tcl, which are strictly interpreted without an intermediate representation.It is also not like most versions of C or C++, which are compiled directly into a machine-dependent format. It is somewhere in between, along with Python ...

Read More

Perl and the Web

Mohd Mohtashim
Mohd Mohtashim
Updated on 28-Nov-2019 240 Views

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.Perl used to be the most popular web programming language due to its text manipulation capabilities and rapid development cycle.Perl is widely known as "the duct-tape of the Internet".Perl can handle encrypted Web data, including e-commerce transactions.Perl can be embedded into web servers to speed up processing by as much as 2000%.Perl's mod_perl allows the Apache webserver to embed a Perl interpreter.Perl's DBI package makes web-database integration easy.

Read More

What is Perl Programming Language?

Mohd Mohtashim
Mohd Mohtashim
Updated on 28-Nov-2019 678 Views

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.Perl is a stable, cross-platform programming language.Though Perl is not officially an acronym few people used it as Practical Extraction and Report Language.It is used for mission-critical projects in the public and private sectors.Perl is an Open Source software, licensed under its Artistic License, or the GNU General Public License (GPL).Perl was created by Larry Wall.Perl 1.0 was released to Usenet's alt.comp.sources in 1987.At the time of writing this tutorial, ...

Read More

What are the Features of Perl Language?

Mohd Mohtashim
Mohd Mohtashim
Updated on 28-Nov-2019 2K+ Views

Perl is a programming language developed by Larry Wall, specially designed for text processing. There are following great feature of Perl LanguagePerl takes the best features from other languages, such as C, awk, sed, sh, and BASIC, among others.Perl's database integration interface DBI supports third-party databases including Oracle, Sybase, Postgres, MySQL, and others.Perl works with HTML, XML, and other mark-up languages.Perl supports Unicode.Perl is Y2K compliant.Perl supports both procedural and object-oriented programming.Perl interfaces with external C/C++ libraries through XS or SWIG.Perl is extensible. There are over 20, 000 third party modules available from the Comprehensive Perl Archive Network (CPAN).The Perl ...

Read More

Why to Learn Perl?

Mohd Mohtashim
Mohd Mohtashim
Updated on 28-Nov-2019 361 Views

Perl is a programming language developed by Larry Wall, specially designed for text processing. It stands for Practical Extraction and Report Language. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX Following great features make this language necessary for the Programmers to learn −Perl is a stable, cross-platform programming language.Though Perl is not officially an acronym few people used it as Practical Extraction and Report Language.It is used for mission-critical projects in the public and private sectors.Perl is an Open Source software, licensed under its Artistic License, or the GNU General ...

Read More
Showing 181–185 of 185 articles
« Prev 1 15 16 17 18 19 Next »
Advertisements