Help for this page

Select Code to Download


  1. or download this
    @a = (a,b,c);
    undef @a[1,2];
    
    @a = (a,b,c);
    
  2. or download this
  3. or download this
    
    @array = ( 'a', 'b', 'c', 'd', 'e' );
    ...
              undef,
              'e'
            ];