develooper Front page | perl.beginners | Postings from October 2022

Re: How to implement a static method in perl class?

Thread Previous | Thread Next
From:
Henrik P
Date:
October 14, 2022 00:31
Subject:
Re: How to implement a static method in perl class?
Message ID:
99395571-5430-38a6-2e42-34888d08a8c9@simplemail.co.in
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/

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About