<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">package MyModel4::main::table2;

use base 'MyModel4';

sub insert { shift-&gt;SUPER::insert(param =&gt; $_[0]) }
sub list { shift-&gt;select }

1;
</pre></body></html>