my $counter = 0; sub new { my $class = "Symbol::GEN$counter"; ++ $counter; return bless ..., $class; }