in reply to Re: expand unicode property (eg \p{Print}) to regex character class range
in thread expand unicode property (eg \p{Print}) to regex character class range

I like the trick where you pull the ranges from after __END__ with @ARGV

He does no such thing. He simply placed the output he got after __END__ so you could see it without breaking the program.

If you want what's after __END__, you can read it from the DATA file handle.