Teaching myself Perl

I’m currently teaching myself perl, so I’m going to post any useful link that I find on here. I’m finding it quite interesting so far. :-)

Beginning Perl (Free)

Everybody’s first program and my first perl program.

#!/usr/bin/perl
use warnings;

print "Hello, world.\n"; # Print a short message
print "Goobye, world.\n";

This is what I’ve done so far, I’ll get there eventually :-)

About billy

Senior IT Technician working in Edinburgh, Scotland.
This entry was posted in Computing Tips, Personal and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>