Help for this page

Select Code to Download


  1. or download this
    []
    [1,2,3]
    [1,2,$x]
    
  2. or download this
    [1,2,3]
    # is the same as
    anon_array(1,2,3);
    sub anon_array { my @a = @_; \@a }