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


in reply to Re^3: Execute function before exit of do() block
in thread Execute function before exit of do() block

Maybe that could be done in a cheap way overriding eval. Brrr... just as I am writing this, overriding eval feels very evil... ;-)

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'
  • Comment on Re^4: Execute function before exit of do() block