Help for this page

Select Code to Download


  1. or download this
     # locations
        _locations          => [ ['????']  ,   'read.write.noinit.array'  
    + ],         
    ...
            # licrinfo
        _licr_info          => [ ['????']  ,   'read.write.noinit.array'  
    + ],
    
  2. or download this
    # Added Type handler
        sub _check_type {
            my ($self,$attribute,$type) = @_;
            $_attribute_properties{$attribute}[1] =~ /$type/;
        }