Help for this page

Select Code to Download


  1. or download this
    push(@aroa, @arr);
    
  2. or download this
    print"$aroa[0][0]\n";
    
  3. or download this
    Can't use string ("a") as an ARRAY ref while "strict refs" in use at a
    +rr.pl line 9.
    
  4. or download this
    push(@aroa, [@arr]);