Help for this page

Select Code to Download


  1. or download this
    my $aref = [1,2,3];
    my @other = [1,2];
    ...
    push @other, 3;
    print $array->get($aref);   # prints "Ovid"
    print $array->get([1,2,3]); # fails