use strict; use warnings; #3 sub foo () { print("F1"); print("F2"); print("F3"); } #9