in reply to Re: any built in function to take out null arrays elements?
in thread any built in function to take out null arrays elements?

@arr = grep(!/^$/, @arr);
  • Comment on Re^2: any built in function to take out null arrays elements?