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::ClassA - Example Class A

SYNOPSIS

 use ClassA;

 print "hello world";

 # Prints a welcome message

DESCRIPTION

Welcome to this example class

HOWTO

It is easy, you can also do 2 prints:

 print "hello";
 print " world";

METHODS

foo

 foo();

I am foo