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…")
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:
- File:Lecture 1 - What Perl can do.ppt
- File:Lecture 2 - More What (Bio)Perl can do.ppt
- Perl_example_code
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).