Global symbol "$string" requires explicit package name at math1.pl line 10. Execution of math1.pl aborted due to compilation errors. #### use strict; use warnings; my @strings = ("Jessy", "Bob", "Nancy"); for (@strings) { print $_, "\n"; }