Help for this page

Select Code to Download


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