On Sat, May 18, 2002 at 03:48:30PM -0700, drieux wrote:
> hence why we sometimes see
>
> sub fooBarbazBob {
> my ( @arglist ) = @_;
>
> ......
>
> $retThing
> }
>
> and it does not 'need' to have a ';' "delimiter since
> it is the final object in the { .... }
>
> is this correct????
Ja :-)
> just because it may be correct, still makes me nervous....
I actually find it to be quite a useful concept. One can make use of it
to ensure that people don't "accidently" add code or data at the end of
something that they shouldn't.
--
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]