|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
− | MBV 3070 is an introductory course in Bioinformatics
| + | #REDIRECT [[Introductory Perl]] |
− | | |
− | http://www.uio.no/studier/emner/matnat/molbio/MBV3070/index-eng.xml
| |
− | | |
− | Slides for the "Introduction to Perl" lectures:
| |
− | | |
− | * [[Image:Lecture_1_-_What_Perl_can_do.ppt]]
| |
− | * [[Image:Lecture_2_-_More_What_(Bio)Perl_can_do.ppt]] (updated Thu May 28)
| |
− | * [[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 excercises are
| |
− | [http://en.wikipedia.org/wiki/List_of_DOS_commands | List of DOS commands]
| |
− | Especially
| |
− | * 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).
| |