in reply to Re: where to look up "funny looking" perl notation (and an example)
in thread where to look up "funny looking" perl notation (and an example)

For the sake of garbage collection - if you are 'deleting' the whole array - I prefer the more readable @array = ();

-- Hofmator

  • Comment on Re: Re: where to look up "funny looking" perl notation (and an example)
  • Download Code