Query: class::makemethods::template::static
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MakeMethods::Template::Static(3pm) User Contributed Perl Documentation MakeMethods::Template::Static(3pm)NAMEClass::MakeMethods::Template::Static - Deprecated name for GlobalSYNOPSISpackage MyObject; use Class::MakeMethods::Template::Global ( scalar => [ 'foo' ] ); package main; MyObject->foo('bar') print MyObject->foo(); ... print $my_instance->foo(); # same thingDESCRIPTIONEarlier 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 ALSOClass::MakeMethods::Template::Global. perl v5.10.1 2004-09-06 MakeMethods::Template::Static(3pm)
Similar Topics in the Unix Linux Community |
---|
Detecting unused variables... |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |
New UNIX and Linux History Sections |