in reply to Creating table DBI
The current wisdom is that prototypes should only be used where they are required and not just for checking arguments. One place they are required is to make functions work like Perl operators. Another case I just ran into is that mod_perl use prototypes to figure out which functions are handler methods.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
2Re: Creating table DBI
by jeffa (Bishop) on Nov 10, 2003 at 21:05 UTC |