Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    say "@{ [$a // 2, $b] }";         # 4 5
    say "@{\($a // 2, $b) }";         # Not an ARRAY reference at foo.pl l
    +ine 8.