Help for this page
use strict; use warnings; ... } 1;
use strict; use warnings; ... $speed = $auto->slow_down(20); print "Speed is: $speed km\n";