Help for this page
my %derived = listOfDerivedClasses( 'Element' ); ... die "Derived type $type not available" unless exists $derived{ $ty +pe }; push @instances, $type->new(); }
while( <SQL> ) { my( $type ) = m[...]; ... die "Derived type $type not available:'$@'" if $@; push @instances, $inst; }