in reply to Re: Using Class::Accessor with packages in the same file as the main script
in thread Using Class::Accessor with packages in the same file as the main script

You could alternatively use a BEGIN{} or INIT{} block to call mk_accessors.
  • Comment on Re^2: Using Class::Accessor with packages in the same file as the main script