Initial commit from the 2013 with minor fixes. From now and then,
[perlbook.git] / l51.pl
blobffac8a23648e2c1e45742b0b42678826798fc068
1 #!/usr/bin/perl
3 use warnings;
4 use strict;
6 require coolstuff;
8 &coolstuff::coolfunkshun;
9 &coolstuff::anotherfunkshun;