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