in reply to Re: enabling OO and non-OO access to the same module using a hash reference
in thread enabling OO and non-OO access to the same module using a hash reference

Hi, I was not surprised:) perl passed a flat list of "aliases" so it does not matter if the list comes from hash or array. Still "my assignment" just creates a shallow copy, so one should be aware of it. In a context of options (which are treated read-only) this should not be problematic

hth --stephan
  • Comment on Re^2: enabling OO and non-OO access to the same module using a hash reference