Help for this page

Select Code to Download


  1. or download this
    #** @method public int mult (int x, int y)
    # @brief Multiply two number.
    # @param x Factor 1.
    # @param y Factor 2.
    # @retval Multiplication
    #*
    
  2. or download this
    use 5.8.8;
    use strict;
    ...
    use Log::Log4perl;
    use Pod::POM;
    use Doxygen::Filter::Perl::POD;