Help for this page

Select Code to Download


  1. or download this
    sub new {
            my $class = shift;
    ...
    sub baz {
            # actually verify input data here
    }
    
  2. or download this
            foreach ( keys %args ) {
                    if( exists $hash{ '_' . $_ } ) {
                            $self->{ $_ } = $args{ $_ };
                    }
            }