On Wed, 14 Jul 2004 13:26:36 -0400, Bob Showalter wrote
> 
> I second the "huh?"
> 
> How did prototyping relate to the trouble with $^T?
> 
> How do you define "support prototyping properly?"

Basically because of my implementation of named parameters.  I was passing
-value instead of -seed and the sub was expecting -seed.  If I had been using
named parameters instead of hash keys this would not have been possible. 

By prototyping I really mean named and typed parameters and a typed return
value (like C).

I mistyped on my last post - I have seen suggestions that prototypes should
not even be used.  Is there a difinitive answer on this?



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to