use Attack::Heavy; use Attack::Lite; use Attack::Fast; my @attacks = ( Attack::Heavy->new, Attack::Lite->new, Attack::Fast->new, );