Help for this page

Select Code to Download


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