http://www.perlmonks.org?node_id=26325


in reply to Arrays are not lists

That reminds me: check out Damian Conway's proposal to replace wantarray with a generic want function to test against every possible context you could imagine. I hope this isn't too offtopic :p

local $_ = "0A72656B636148206C72655020726568746F6E41207473754A"; while(s/..$//) { print chr(hex($&)) }