Wednesday, September 16, 2009

Perl Basics - What You Really Need To Know

Once you know how to read from and write to a file, connect to a database and insert and retrieve records, use regular expressions  and open a socket to a server and read and write data, you have covered 80% of what is really required to write most applications in perl.

Perl Socket Example
Perl File Example
Perl Database Example
Perl Regular Expression Example

Creating a class in Perl

No comments: