Help for this page
@a = (a,b,c); undef @a[1,2]; @a = (a,b,c);
@array = ( 'a', 'b', 'c', 'd', 'e' ); ... undef, 'e' ];