PERL for Bioinformatics, UENF. June 12-13, 2017.
- Course-schedule.docx
- PPTs: MS PowerPoint Slides (.pptx)
- Scripts: Perl scripts for each slide.
- https://www.perl.org/books/beginning-perl/
- http://www.learn-perl.org/
- https://www.perl.org/get.html
- http://search.cpan.org/
- www.cbkihong.com/download/perltut.pdf
- http://www.kodegod.com/learn-programming/101-programs-to-build-your-programming-logic-using-c-programming/
- https://www.youtube.com/watch?v=UScm9avQM1Y
- On ubuntu: perl -e 'foreach(1..15){$u = sprintf "http://cbsu.tc.cornell.edu/lab/doc/PerlBio_%02d.pdf\n",$_; system("wget $u") }'
- Perl functions: https://perldoc.perl.org/index-functions.html
- Special variables: http://perl101.org/special-variables.html