Help for this page

Select Code to Download


  1. or download this
        my $vars = $self->query->Vars;
        while ( my($k,$v) = each %$vars ){
    ...
                        -value=>Encode::decode_utf8($v)
                    );
        }