Tag Archives: subroutines

An (optional) exercise to test your skills

Look at our pick-primers.pl script: I added some ASCII characters to draw a box around the welcome screen. Now it looks like:

print STDERR "
 +----------------------------------------------+
 |   Pick Primer Tool v.01                      |
 |                                              | 
 |   Parameters:                                |
 |   contig1 direction1 contig2 direction2      |
 |                                              |
 |   direction1,2 = U or C                      |
 +----------------------------------------------+
";

Continue reading

Tagged