NAME

Mymod - brief description


SYNOPSIS

    use Mymod;

    Mymod::func1($par1);
    Mymod::func2($par1, $par2);


DESCRIPTION

Extensive description of Mymod


METHODS


func1

Here comes the function description

    $ret = func1($par1);


func2

Here comes the function description

    $ret = func2($par1, $par2);


AUTHOR

Michael Schilli michael@perlmeister.com