Help for this page

Select Code to Download


  1. or download this
    # What you do
    use Nimbus::API qw( nimLog );
    ...
            ...
        }
    }
    
  2. or download this
    # Sanity restored
    use Nimbus::API qw( );
    ...
        Nimbus::API::nimLog( ... );
        ...
    }