Mailing List Archive

How to describe SUPER in Module List
2) Perl Core Modules, Perl Language Extensions and Documentation Tools

Name DSLI Description Info
----------- ---- -------------------------------------------- -----
CORE Suc Internal package for perl native functions
UNIVERSAL SucO Internal universal base-class JACKS
SUPER SucO Internal pseudo class referring to parents +

It fits but I don't like it much. Suggestions welcome.

Tim.
Re: How to describe SUPER in Module List [ In reply to ]
> 2) Perl Core Modules, Perl Language Extensions and Documentation Tools
>
> Name DSLI Description Info
> ----------- ---- -------------------------------------------- -----
> CORE Suc Internal package for perl native functions
> UNIVERSAL SucO Internal universal base-class JACKS
> SUPER SucO Internal pseudo class referring to parents +
>
> It fits but I don't like it much. Suggestions welcome.

How about
SUPER SucO Internal class to access superclass methods +
-- Jack Shirazi, JackS@slc.com
Re: How to describe SUPER in Module List [ In reply to ]
> From: Jack Shirazi <JackS@slc.com>
>
> > 2) Perl Core Modules, Perl Language Extensions and Documentation Tools
> >
> > Name DSLI Description Info
> > ----------- ---- -------------------------------------------- -----
> > CORE Suc Internal package for perl native functions
> > UNIVERSAL SucO Internal universal base-class JACKS
> > SUPER SucO Internal pseudo class referring to parents +
> >
> > It fits but I don't like it much. Suggestions welcome.
>
> How about
> SUPER SucO Internal class to access superclass methods +

That's great. Thanks.

Tim.