Dave Cross: Still Munging Data With Perl: Online event - Mar 27 Learn more

use strict;
__PACKAGE__->table('a');
__PACKAGE__->add_columns('a');
1;