The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Example::ClassD - Example Class D

DESCRIPTION

this is brief text of description This is class D

METHODS

foo

 my $returnvalue = foo($text);

This method is doing foo.

 print $this->foo();

It is not doing bar, only foo.

parameter: someparam1 with description 1

parameter: someparam2 with description 2

returns some text of returning value

foo2

 my $returnvalue = foo2($someparam2, $someparam1);

This method is doing foo.

 print $this->foo();

It is not doing bar, only foo.

parameter: someparam1 with description 1

parameter: someparam2 with description 2

returns some text of returning value