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


in reply to Re^4: defining methods on the fly
in thread defining methods on the fly

The following modification does not assign to a glob.

Apologies if I'm misunderstanding something here, but isn't the following code assigning to a glob?

*{$package . "::" . $name} = sub :lvalue {

Update: Thanks for the reply -- I was indeed "misunderstanding something here."