Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Class::MakeMethods::Basic 1.01

    Download button

    No screenshots available
    Downloads: 344  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Very Good (4.0/5)
    2 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Matthew Simon Cavalletto | More programs
    Perl Artistic License / FREE
    November 29th, 2007, 21:27 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Class::MakeMethods::Basic description

    Class::MakeMethods::Basic can make really simple methods.

    Class::MakeMethods::Basic can make really simple methods.

    SYNOPSIS

    package MyObject;
    use Class::MakeMethods::Basic::Hash (
    'new' => [ 'new' ],
    'scalar' => [ 'foo', 'bar' ]
    );

    package main;

    my $obj = MyObject->new( foo => "Foozle", bar => "Bozzle" );
    print $obj->foo();
    $obj->bar("Barbados");

    This document describes the various subclasses of Class::MakeMethods included under the Basic::* namespace, and the method types each one provides.

    The Basic subclasses provide stripped-down method-generation implementations.

    Subroutines are generated as closures bound to each method name.
    Calling Conventions

    When you use a subclass of this package, the method declarations you provide as arguments cause subroutines to be generated and installed in your module. You can also omit the arguments to use and instead make methods at runtime by passing the declarations to a subsequent call to make().

    You may include any number of declarations in each call to use or make(). If methods with the same name already exist, earlier calls to use or make() win over later ones, but within each call, later declarations superceed earlier ones.

    You can install methods in a different package by passing -TargetClass => package as your first arguments to use or make.

    See "USAGE" in Class::MakeMethods for more details.
    Declaration Syntax

    The following types of declarations are supported:
    generator_type => 'method_name'
    generator_type => 'name_1 name_2...'
    generator_type => [ 'name_1', 'name_2', ...]

    For a list of the supported values of generator_type, see "BASIC CLASSES" in Class::MakeMethods::Docs::Catalog, or the documentation for each subclass.

    For each method name you provide, a subroutine of the indicated type will be generated and installed under that name in your module.

    Method names should start with a letter, followed by zero or more letters, numbers, or underscores.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    simple methods | make methods | Perl module | make | methods | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM