Help for this page

Select Code to Download


  1. or download this
    @b = grep { defined $_ } @{[ @a[0..5] ]};
    
  2. or download this
    @b = grep { defined $_ }  @{[@a]}[0..5];