in reply to •Re: warning about prototypes too early?
in thread warning about prototypes too early?
Is it true that in Perl a forward declaration is essentially a definition, and thus you run into problems with defining functions that never have a correctly defined body at a certain point in the code? That's the only reason I would think would make them a bad design choice.
I will accept the wisdom of folks in this thread saying "don't do it", but I'm a stubborn beast and I usually need to know why I am or am not doing something.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: •Re: warning about prototypes too early?
by revdiablo (Prior) on Feb 24, 2004 at 19:21 UTC | |
|
Re: Re: •Re: warning about prototypes too early?
by hackmare (Pilgrim) on Feb 25, 2004 at 16:50 UTC |