Help for this page

Select Code to Download


  1. or download this
    my $target = shift;
    my $password;
    ...
      $password = 'change me';
    }
    do_build( $password, $extra_functionality, $experimental_features );
    
  2. or download this
    target('dev', 'default_code experimentals secure_pwd', '');
    target('premiere', 'default_code extras standard_pwd', '');