Help for this page

Select Code to Download


  1. or download this
    my @arr = map { }, 1 .. $arr_len;
    
  2. or download this
    my $arrayref = [ map { }, 1 .. $arr_len ];
    
  3. or download this
    my @arr = ( map { }, 1 .. $arr_len );