Programming Course for Bioinformatics and Internet
Writing Safe Code
- Declare your variables with my
- Examples for the effect of my in loops
- Examples for the effect of my in functions
- An example program using my (I)
- An example program using my (II)
- Enforcing the usage of my by the
strict module
- Using the warnings module or the -w switch
- Using the diagnostics module
Back to the
Programming Course Homepage.