defined $data{$_}
? $self->_profile_subengine(\%data, $_)
: print "$_ not found.\n\n";
... and in another spot ...
open OUT, ">$output" or die;
$self->_profile_subengine(\%data, $_);
close OUT or die;
| Previous | Back to start of show | Next |
| Slide: 43 polymorphism_another | © 2003 James E. Keenan |