Help for this page
use strict; use warnings; ... exit; }else{ say "\n",'A B my @x @y Scalar Context',"\n"; }
use strict; use warnings; ... }else{ say "\n",'C D my (@x),(@y) List Context',"\n"; }