class::makemethods::template::static(3pm) debian man page | unix.com

Man Page: class::makemethods::template::static

Operating Environment: debian

Section: 3pm

MakeMethods::Template::Static(3pm)			User Contributed Perl Documentation			MakeMethods::Template::Static(3pm)

NAME
Class::MakeMethods::Template::Static - Deprecated name for Global
SYNOPSIS
package MyObject; use Class::MakeMethods::Template::Global ( scalar => [ 'foo' ] ); package main; MyObject->foo('bar') print MyObject->foo(); ... print $my_instance->foo(); # same thing
DESCRIPTION
Earlier versions of this package included a package named Class::MakeMethods::Template::Static. However, in hindsight, this name was poorly chosen, as it suggests a constant, unchanging value, whereas the actual functionality is akin to traditional "global" variables. This functionality is now provided by Class::MakeMethods::Template::Global, of which this is an empty subclass retained to provide backwards compatibility.
SEE ALSO
Class::MakeMethods::Template::Global. perl v5.10.1 2004-09-06 MakeMethods::Template::Static(3pm)
Related Man Pages
class::makemethods::attribute(3pm) - debian
class::makemethods::emulator::accessorfast(3pm) - debian
class::makemethods::template::global(3pm) - debian
class::makemethods::template::hash(3pm) - debian
class::makemethods::template::inheritable(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
My first PERL incarnation... Audio Oscillograph