MIE453 - Bioinformatics Systems (Fall 06)

Tutorial 1 - Introduction to Perl

Contents

  1. Introduction to Perl
  2. Writing and Running Perl Scripts at ECF
  3. Installing Perl Interpreter on your computer
  4. Example Scripts

1. Introduction to Perl

What is Perl

Benefits of Perl

Versions of Perl

Programming in Perl

Perl Resources on the Web

2. Writing and Running Perl Scripts at ECF

Running Perl Scripts

Writing Perl Scripts

Your First Perl Script - Hello World (t1-1.pl)

# my first perl script

print ˇ°Hello World\nˇ±;

3 Running Perl on your computer

Connect to ECF remotely

Emulate Unix on Windows

Install Perl interpreter on your computer

4 Example Scripts

These perl scripts are adopted from the book Beginning Perl for Bioinformatics, James Tisdall, ISBN, 0-596-00080-4, 2001.