Class::Param::Tie - Provides a tied hash interface


Class-Param documentation  | view source Contained in the Class-Param distribution.

Index


NAME

Top

Class::Param::Tie - Provides a tied hash interface

SYNOPSIS

Top

    $param = Class::Param::Tie->new( $param );

    @names = keys %$param;
    $value = $param->{$name};

    @names = $param->names;
    $value = $param->get($name);

DESCRIPTION

Top

Provides a tied hash interface.

METHODS

Top

new

Constructor. Takes one argument, a instance of Class::Param::Base.

The rest of the API is the same as Class::Param.

SEE ASLO

Top

Class::Param.

AUTHOR

Top

Christian Hansen chansen@cpan.org

COPYRIGHT

Top


Class-Param documentation  | view source Contained in the Class-Param distribution.