in reply to Re: POD from code?
in thread POD from code?

split /\r?\n/
Since 5.10.0, you can write that as:
split /\R/