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


in reply to trouble explaining shared objects in Perl

Maybe just copy the files across and demonstrate that they do not work.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: trouble explaining shared objects in Perl