June 27, 2007 | Component-Focused Testing | Back Next |
Subroutines organized around print calls to filehandles
$self->print_c_header_file();
$SOURCE = $self->print_c_source_top();
$c_source_final = $self->print_c_source_bottom($SOURCE);
Pull subroutines into separate package(s)
Home Last TOC | Copyright © 2007 James E Keenan | Back Next |