Help for this page
for my $meth (qw/ WriteLine Select Add /) { my $sub = sub { ... no strict 'refs'; *$meth = $sub; }
no strict 'refs'; *$meth = $sub;