in reply to Re: Removing items from an Array Reference in Place
in thread Removing items from an Array Reference in Place

After searching more carefully. I found some ways to do this posted to perlmonks. I used the undef method posted by BrowserUk using grep. This thread perlmonks remove array items node Thanks for the help! -theleftsock
  • Comment on Re^2: Removing items from an Array Reference in Place