Help for this page

Select Code to Download


  1. or download this
    my $parameter_config = __PACKAGE__->SUPER::parameter_config;
    $parameter_config->{max_length}{max} = 255;
    ...
    
    sub parameter_config { $parameter_config }
    
  2. or download this
    
    use Storable qw(dclone);
    ...
    
    sub parameter_config { $parameter_config }