NAME

HelloWorld - A simple hello world module

SYNOPSIS

use HelloWorld;
print HelloWorld::hello();

DESCRIPTION

This is a simple module that returns a hello world message.

METHODS

hello

Returns the string "Hello, World!".