Quantcast
Channel: India Perl | Perl Programmer | Perl Programming | Perl Tutorials | Programming in Perl | Latest Version of Perl » indiaperl Category
Browsing all 10 articles
Browse latest View live

What’s Right with Perl 5

As Adam Turoff explained once, Perl has two subtle advantages: manipulexity and whipuptitude. It’s very important to be able to solve the problem at hand simply and easily without languages and tools...

View Article



What’s Wrong with Perl 5

Perl 5 isn’t perfect, though, and some of its flaws are more apparent the closer Perl 6 comes to completion. Perhaps the biggest imperfection of Perl 5 is its internals. Though much of the design is...

View Article

OptiPerl is a Fully-Integrated Perl Developing Solution”

OptiPerl will help you create CGI & console scripts in Perl, offline in Windows. It is a fully integrated visual developing environment and editor for creating, testing, debugging and running perl...

View Article

Perl Programming : Installing Perl

To use the Perl programming language you must install a Perl interpreter. Depending on the operating system you are using, it is possible that the interpreter may be already installed. To see whether...

View Article

India Perl : Using Perl and Regular Expressions

Like many web content authors, over the past few years I’ve had many occasions when I’ve needed to clean up a bunch of HTML files that have been generated by a word processor or publishing package....

View Article


Linux, Apache, Mysql, PHP, and Perl

With all of the available web hosting plans, now is the time to start building sites whether your goal is fun, education, profit or all of the above. The days of plain static HTML sites is past....

View Article

Features of Perl Language

The overall structure of Perl derives broadly from C. Perl is procedural in nature, with variables, expressions, assignment statements, brace-delimited blocks, control structures, and subroutines....

View Article

What Perl Can Do For Your Website

Perl programming language is a language which is ideal solution for creating dynamic web pages and also has the ability to perform system management task. Released in 1987, it was designed to provide...

View Article


Create a Compound Interest Calculator in Perl

Open a text editor, for example, NotePad, and enter the following lines of code: #!/usr/bin/perl -w print “Monthly deposit: “; # prompt for input $deposit=; # get input from keyboard chomp $deposit; #...

View Article


Using Numbers and Strings in Perl

In Perl, numbers and strings are called scalars. Scalars that do not change during the lifetime of a program are known as constants or literals. Scalars that do change are known as variables....

View Article
Browsing all 10 articles
Browse latest View live




Latest Images