Help for this page
my $value = ('a', 'b', 'c', 'd')[1]; say $value;
my $keep = ( split /\s+/, $string )[2];