On 12/31/2006 05:04 AM, Mathew Snyder wrote:
In the following snippet of code I'm getting the "useless use of a private
variable in a void context" error.  It is at line 64 which is the closing brace
for the for loop.

for ($count; [...]

It's here, in the first instance of $count. $Count is neither assigned to nor used for anything


HTH



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to