Help for this page
for my $meth (qw/ WriteLine Select Add /) { my $sub = sub { ... no strict 'refs'; *$meth = $sub; }
package Wrapper; use Carp; ... return $returnval; } sub DESTROY {} # don't autoload DESTROY