use Car; foreach (1 .. 3) { $c = Car->new(); $c->drive(); }