Bioperl Training Exercise 6
From BITS wiki
- Change the namespace of a single package module and do everything that is needed to make it work again in your script.
- Change the module name itself and do everything that is needed to make it work again. Notice the difference: in the first case you change the interface, in the latter you don't !!
Solution |
---|
#!/usr/bin/perl use strict; |