Help for this page

Select Code to Download


  1. or download this
    use v5.14;
    use warnings;
    use strict;
    ...
    say+array;
    say-array; # warning here
    say scalar array;
    
  2. or download this
    Ambiguous use of -array resolved as -&array() at context.pl line 13.
    Hello World
    Hello World
    -2
    2