system
How do I call a system or third party program from perl? You want to call another program from your […]
How do I call a system or third party program from perl? You want to call another program from your […]
Parse XML In this tutorial you will learn how to parse some simple XML. We’ve provided an example XML file
Using the Perl qw() function Introduction The ‘quote word’ function qw() is used to generate a list of words. If
Using the Perl qw() 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 rand() function Introduction The rand() function is used to generate random numbers. By default it generates a
Using the Perl rand() function 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
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