Mymod - brief description
use Mymod;
Mymod::func1($par1);
Mymod::func2($par1, $par2);
Extensive description of Mymod
Here comes the function description
$ret = func1($par1);
Here comes the function description
$ret = func2($par1, $par2);
Michael Schilli michael@perlmeister.com