Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
      say '  - ', \$_[1];
    }
    
  2. or download this
    @array is: ARRAY(0x6f66a0)
      - SCALAR(0x81ee20)
      - SCALAR(0x81ee38)
    ...
    Array overwrite
      - SCALAR(0x81f3c0)
      - SCALAR(0x81f3f0)
    
  3. or download this
    @a = (1,2);
    @b = (3,4);
    (@a,@b); # my list