in reply to Can't get rid of: Useless use of private variable in void context
See also Why is the error thrown from close(FH) when the error is the missing <> on while(FH)?, Re: Why is the error thrown from close(FH) when the error is the missing <> on while(FH)? ( line number mismatch, look above, look before )(Bareword found in conditional)for ( $iterator ; $iterator < @$MapFile ; $iterator++ ) { for ( $iterator = 1; $iterator < @$MapFile ; $iterator++ ) { for ( ; $iterator < @$MapFile ; $iterator++ ) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't get rid of: Useless use of private variable in void context (look up, look above, look before)
by tobias_hofer (Friar) on Feb 25, 2013 at 10:09 UTC |