Help for this page

Select Code to Download


  1. or download this
    $Registry->Flush();
    
  2. or download this
        my( $flush )= @_;
        @_  and  croak "Usage:  \$key->Flush( \$bFlush );";
    
  3. or download this
        my( $flush )= shift(@_(;
        @_  and  croak "Usage:  \$key->Flush( \$bFlush );";