Help for this page
use feature ":5.14"; use warnings FATAL => qw(all); ... my $p = $x | $y | $z; pp($p)
bless(["x", "y", "z"], "foo")