in reply to Multi-line comment not supported with in an array

I assume you want to uncomment code without tediously adding '#' to each line. POD wasn't made for this. You should check your editor, many have macro abilities and macros can be used to add or remove '#' from a region of text automatically.

Emacs and vi (and all descendants of vi) can do this, just to name a few examples

  • Comment on Re: Multi-line comment not supported with in an array