in reply to Re: This "each" goes to endless loop each time...
in thread This "each" goes to endless loop each time...
As an aside: prototyping subs in Perl is only very occasionally required and should not be done as a matter of courseWell, maybe I misinterpreted perlsub which says It's probably best to prototype new functions as being a recommendation for prototypes. I know that the basic idea in prototypes is to provide a way to call subs like "builtin" ones, but I must admit that I already found more than one errors in my code, because Perl complained that my calling parameters don't match the prototype. Of course I know that it easy to bypass the prototype checking if I want to (but usually I don't want to).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: This "each" goes to endless loop each time...
by GrandFather (Saint) on Jun 19, 2008 at 20:03 UTC | |
by rovf (Priest) on Jun 20, 2008 at 07:50 UTC |