Documentation problem

[email protected] (亂世貓熊)
Newsgroups perl.beginners
Message-ID <[email protected]>
Hi all,

I have some problem on writing remarks on module.

<code>

use SomeMod ; # exported "BuildFather"

$x = BuildFather ( %argv ) ;

$x_child = $x -> GiveSomething ( %argv ) ;

$x_grandson = $x_child -> DoSomthingElse ( %argv ) ;

print $x_child -> {Value}{Provided}{by}{Grandson}

</code>

So, which is a class?
which is a method ?
which is a class method ?
which is child method ?
How do I presence if there's any inherit happen here ?
Is there any so-called super class exists here ?

Any pointers ?

Thank you very much !





-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.