# div_by_zero.pl sub a { b(@_) } sub b { c(@_) } sub c { 1/shift }; a(0);