Help for this page

Select Code to Download


  1. or download this
        @a = qw(aaa bbb);
        f(@a);
    ...
            # but the two reallocated SVs are still referenced by @_
            print "@_\n"; # incorrectly prints "xxx yyy"
        }
    
  2. or download this
    aaa bbb
    aaa bbb