debian man page for class::makemethods::template::class

Query: class::makemethods::template::class

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
Class::MakeMethods::Template::Class - Associate information with a package
SYNOPSIS
package MyObject; use Class::MakeMethods::Template::Class ( scalar => [ 'foo' ] ); package main; MyObject->foo('bar') print MyObject->foo();
DESCRIPTION
These meta-methods provide access to class-specific values. They are similar to Static, except that each subclass has separate values. Class:scalar Creates methods to handle a scalar variable in the declaring package. See the documentation on "Generic:scalar" for interfaces and behaviors. Class:array Creates methods to handle a array variable in the declaring package. See the documentation on "Generic:array" for interfaces and behaviors. Class:hash Creates methods to handle a hash variable in the declaring package. See the documentation on "Generic:hash" for interfaces and behaviors. perl v5.10.1 2004-09-06 MakeMethods::Template::Class(3pm)
Related Man Pages
class::makemethods::emulator::accessorfast(3pm) - debian
class::makemethods::template::global(3pm) - debian
class::makemethods::template::hash(3pm) - debian
class::makemethods::template::insideout(3pm) - debian
class::makemethods::template::ref(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph