Using the Perl substr() function
Using the Perl substr() function Introduction The substr() function is used to return a substring from the expression supplied as […]
Using the Perl substr() function Read More »
Using the Perl substr() function Introduction The substr() function is used to return a substring from the expression supplied as […]
Using the Perl substr() function Read More »
Using the Perl split() function Introduction The split() function is used to split a string into smaller sections. You can
Using the Perl split() function Read More »
Comparing values in perl This page shows different ways to compare scalar values in perl. String comparison and numeric comparison
Comparing values in perl Read More »
HERE documents Introduction If you’re tempted to write multi-line output with multiple print() statements, because that’s what you’re used to
Writing a CGI script In this tutorial you will learn how to write a perl CGI script. Firstly you need
Automating Testing with Test::More Leif Eriksen OK, so you’ve managed to write your first Perl module, and you’ve managed to
writing_test_harness Read More »
Using the HTML::Parser module Tassilo v. Parseval Newcomers to Perl often want to know how to parse HTML. For instance,
Using the Perl push() function Introduction You can use the push function to add new elements to the end of
Using the Perl push() function Read More »
Using if, elsif, else and unless Perl if statements can consist of an ‘if’ evaluation or an ‘unless’ evaluation, an
Using if, elsif, else and unless Read More »