NAME

PODExample (Perl module)


SYNOPSIS

This is an example Perl module containing POD.


DESCRIPTION

This Perl module is a collection of subroutines designed to work with questions and their answers. It contains the following subroutines:

answer($answer,$question)

This subroutine determines the answer to the question. It takes in two arguments, the first is the answer, the second is the question. It outputs the answer and does not return anything.

question($answer,$question)

This subroutine deduces the question from the answer. It takes in two arguments:

  1. the answer
  2. the question

The question is output and the answer is returned.