package DA; # Why Danish? Because as I write this, I'm at YAPC::EU 2008 in Copenhagen use strict; use warnings; sub new { bless {}, shift } sub en { 1 } sub to { 2 } sub tre { 3 } 1;