Help for this page

Select Code to Download


  1. or download this
    local *var = \@array;
    
  2. or download this
    our @array = qw(1 2 3 4);
    
    ...
    }
    
     this will print "1234".
    
  3. or download this
    @a --points--->  $$self{_array}