Introductory Perl

From irefindex
Revision as of 09:28, 19 August 2011 by Ian.donaldson (talk | contribs) (Created page with "This introduction to Perl is taught as part of MBV-INF4410/9410. http://bioinformatics.uio.no/wiki/Bioinformatics_course Slides for the "Introduction to Perl" lectures: * [[Im…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This introduction to Perl is taught as part of MBV-INF4410/9410.

http://bioinformatics.uio.no/wiki/Bioinformatics_course

Slides for the "Introduction to Perl" lectures:

You will need to know how to make your way around in a DOS command environment. Useful sites that may be useful to read before/during the exercises are:

Especially these:

  • dir
  • mkdir
  • cd
  • copy
  • move
  • del
  • cls
  • echo %PATH%
  • CTRL+c (Holding down "control" and c will terminate a programme - useful if you have accidentally programmed an infinite loop that you want to stop).