| June 27, 2007 | Component-Focused Testing | Back Next |
Most subroutines relied on the same data
Make the data into an object, call methods on it
$self = Parrot::Pmc2c::Utils->new( {
include => \@include,
opt => \%opt,
args => \@args,
} );
| Home Last TOC | Copyright © 2007 James E Keenan | Back Next |