Help for this page

Select Code to Download


  1. or download this
    use Array::RefElem 'av_store';
    
    ...
    
    $array[1] = 2;
    print "@array";
    
  2. or download this
    use Lexical::Alias 'alias_a';
    
    ...
      my $t;
      alias_a @{sub {\@_}->($t, $t)}, @array;
    }