Help for this page

Select Code to Download


  1. or download this
    sub validate_properties {
        for ( @{$_[0]}  ) {
         $_->{supported} = .5 < rand;
        }
    
    }