At 11:04 PM 3/4/2001 -0500, Stephen P. Potter wrote: >Lightning flashed, thunder crashed and Damien Neil <[EMAIL PROTECTED]> >whispered >: >| ISO/ANSI C reserves identifiers beginning with a _. I recommend using >| "perl_" and "perl__" if you want to distinguish internal-only functions >| from public ones. > >I'd be worried that "_" and "__" are too hard to differentiate. Perhaps it >would be better to use "perl_" and "iperl_" or something of that nature. The current scheme's not bad--Perl_ for functions and PL_ for data. We can add an extra Perl_I_ and PL_I_ for internal functions and data that we still want to export for some reason.. Dan --------------------------------------"it's like this"------------------- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk
- Re: PDD 4: Internal data types Hong Zhang
- Re: PDD 4: Internal data types Jarkko Hietaniemi
- Re: PDD 4: Internal data types Dan Sugalski
- Re: PDD 4: Internal data types Hong Zhang
- Re: PDD 4: Internal data types Dan Sugalski
- Re: PDD 4: Internal data types Dan Sugalski
- Re: PDD 4: Internal data types Uri Guttman
- PDD X: Perl API conventions Paolo Molaro
- Re: PDD X: Perl API conventions Damien Neil
- Re: PDD X: Perl API conventions Stephen P. Potter
- Re: PDD X: Perl API conventions Dan Sugalski
- Re: PDD X: Perl API conventions Paolo Molaro
- Re: PDD X: Perl API conventions Damien Neil
- Re: PDD 4: Internal data types Hong Zhang
- Re: PDD 4: Internal data types Dan Sugalski
- Re: PDD 4: Internal data types Hong Zhang
- Re: PDD 4: Internal data types Dan Sugalski
- Re: PDD 4: Internal data types Hong Zhang
- Re: PDD 4: Internal data types Dan Sugalski
- Re: PDD 4: Internal data types Paolo Molaro
- Re: PDD 4: Internal data types Simon Cozens