Please ignore my previous problem. 

I was introduced to a function called Exporter.  Not sure how general it is,
but for those who want to know, this is the syntax

use Exporter;
@ISA= 'Exporter';
@EXPORT = qw (&showdays
              &showmonths
              &showyears
             );

sub showdays 

etc..

Cheers

Di 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to