- or download this
#!/usr/bin/env perl
...
sub greet {
print greeting(shift), "\n";
}
- or download this
#!/usr/bin/env perl
...
}
1;
- or download this
use strict;
use warnings;
...
is $resp, "Hello Monk\n", 'Got correct output in STDOUT.';
done_testing();