>>>>> "Gary" == Gary Stainburn <[EMAIL PROTECTED]> writes:

Gary> I do have object types:

Gary> * Block
Gary> * point (switch to american readers)
Gary> * signal
Gary> * lever
Gary> * signalbox

In order to have an "object" of type "signal", you'll have to have
a package named "signal", and bless things into the "signal" package,
and have subroutines named "signal::method1", etc.

This is not recommended.  Lowercase packagenames are reserved for
pragmas.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to