Help for this page
$_ = "abcdefg"; my @some_array = (1 ..2); ... } print $&; }
$_ = "abcdefg"; ... } print $&; }