Loop through a Perl array code.@myNames = ('Larry', 'Curly', 'Moe'); foreach (@myNames) { print $_; } code.. #programming - #perl - #howto