The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Form::Toolkit::KVPairs::Pure - A pure Perl structure based KVPairs Set.

SYNOPSYS

 my $set = Form::Toolkit::KVPairs::Pure
             ->new({ array => [ { 1 => 'One'},
                                { 2 => 'Two'},
                                 ...
                              ]});

size

See superclass Form::Toolkit::KVPairs

lookup

See superclass Form::Toolkit::KVPairs

next_kvpair

See superclass Form::Toolkit::KVPairs