Re: function prototyping

2002-01-29 Thread Curtis Poe
--- John <[EMAIL PROTECTED]> wrote: > Does anyone have a cheetsheat for function prototyping - how to say > that a parameter is a scalar, array, hash, reference, etc., and whether > it is required or optional? John, Here's the cheatsheet for function prototypes: Don't use 'em. There are

Re: function prototyping

2002-01-29 Thread Chas Owens
On Tue, 2002-01-29 at 15:38, John wrote: > Does anyone have a cheetsheat for function prototyping - how to say > that a parameter is a scalar, array, hash, reference, etc., and whether > it is required or optional? > > > > > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addi