in reply to Secret POD docs
=head2 glarb() The C<glarb()> function takes care of all your glarbing needs. =cut sub glarb() { # Do the glarbing _glarb_internals(); } =begin INTERNAL_USE_ONLY _glarb_internals(...) Does the real work of glarbing. =end INTERNAL_USE_ONLY =cut sub _glarb_internals() { # Do the interesting stuff }
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Secret POD docs
by frag (Hermit) on May 07, 2001 at 19:49 UTC | |
|
Re: Re: Secret POD docs
by petdance (Parson) on May 07, 2001 at 19:37 UTC |