{ my @order = qw( name price description ); sub order { return @order; } }