Help for this page
my @masters = qw/ John Paul George Ringo /;
use strict; my @masters = qw/ John Paul George Ringo /; ... print "$_ is not master\n" } }
John is master George is master James is not master