sub new { my $class = shift; return bless [ @_ ], $class; }