August 13 2020 Perl 7: An Opinionated Introduction Back

Junk Your Old Prototypes (2)

        use Test::More;
        ok("cogito ergo sum",
           "Unit test written with parentheses");
        ok "caveat emptor",
           "Take advantage of fact that Test::More::ok() is prototyped -- Look Ma, no parens!"


Home Last TOC Copyright © 2020 James E Keenan Back Next