in reply to Re: fast bit twiddling
in thread fast bit twiddling
A couple of problems. 'true' and 'false' are not keywords in perl, and using next in a do while loop is a no-no, resulting, in this case, in the subroutine returning with the error message: "Exiting subroutine via next at..."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: fast bit twiddling
by esialb (Initiate) on May 03, 2004 at 15:15 UTC |