Help for this page

Select Code to Download


  1. or download this
    €one = @two;
    @one = €two;
    ...
    @one = @two;
    $one = $two;
    $one = \@two;
    
  2. or download this
    sub aref2list ($) { return  @{ $_[0] } }
    aref2list($hash->{foo,bar}[2]);