Re: How to implement a static method in perl class?
Andrew Solomon <[email protected]>
| Newsgroups | gmane.comp.lang.perl.beginners |
|---|---|
| Message-ID | <CAN=twKvE8nT9ejXRC_GGgpBv-AErCGzhoytDtume1_MkDGHRbQ@mail.gmail.com> |
That's correct. On Fri, Oct 14, 2022 at 1:31 AM Henrik P <[email protected]> wrote: > so this is not a singleton, but a stateful variable sharing status among > all the instances, is it? > > thanks for your code sharing. > > > Andrew Solomon wrote: > > Now, the fact that this has been called in a package with a 'new' method > > makes me wonder whether you'd actually like "count" to be a method of an > > object. As you can see, using the state variable within the package it > > is still shared with all objects of that class. > > > > https://publ.ink/x/e69403568d37b18476872443f9f7afa9 > > <https://publ.ink/x/e69403568d37b18476872443f9f7afa9> > > -- > Simple Mail > https://simplemail.co.in/ > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > http://learn.perl.org/ > > >