in reply to Re^5: OO manner of accessing static variables in a subclass?
in thread OO manner of accessing static variables in a subclass?

There are class methods, too ("static" in Java parlance).

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^7: OO manner of accessing static variables in a subclass?
by HipDeep (Acolyte) on Aug 10, 2016 at 21:28 UTC

    Thank you Mr. Muskrat, that's the distinction I was missing!

    choroba, thanks for that info. Is that something that you have a reference for? If it's not something that I *need* to incorporate, I can keep that on the back burner for further educational purposes.