Help for this page

Select Code to Download


  1. or download this
    local *ON::Ar = $myvar->{ar};
    $blessed->function;
    
  2. or download this
    use Data::Alias qw( alias );
    alias @ON::Ar = @{$myvar->{ar}};
    $blessed->function;