Help for this page
while (<CMD>) { my (@values1) = ('Not set', 'Really not set'); ... print "$values1[1] \n"; print "$val1[0] \n"; }