Perl Crash Course: Pragmas, Perl Modules, and CPAN
About Perl Pragmas, Modules, and CPAN – the Comprehensive Perl Archive Network.
About Perl Pragmas, Modules, and CPAN – the Comprehensive Perl Archive Network.
author: Valeria Paixão revision: André Batosti enhancement/translation: Vinny Alves Note from UseStrict: Some of the examples in this tutorial were borrowed from Randall Schwartz’s Learning
Basics on manipulating files and directories with Perl.
Introduction Subroutines are user-created functions that execute a block of code at any given place in your program. It is a best practice, however, to
Built in Perl functions for Scalars, Arrays, and Hashes
On my previous post, I talked about MySQL functionality “insert into … on duplicate key update” which I found really cool. It has since been
References and Complex Data Structures (CDS) Now that we have a pretty good understanding of the 3 types of data in Perl, it’s time we
Hashes The hash is, in my honest opinion, the most important data structure in Perl. It is nothing more than what other languages call an
© UseStrict Consulting - All rights reserved