PerlTaint Test Kata introduced the idea of Perl Test Kata, small exercisesdesigned to improve your u
nderstanding of Perl and your ability to writetest-driven code. This article is the second in the series.Import Testing KataPerl 5 added the ideas of namespaces and modules, making code reusableand easier to maintain. To allow convenience, it also added an importingmechanism to put code from a module into the current namespace.Behind the scenes, when you use a module, Perl loads itf
continue >>
Comments (0)
Perl
Tags: