Chris Stinemetz wrote:
> Thanks in advance.
>
> I have a subroutine inside another subroutine in a module I am tyring to
> put together.
>
> I would like to pass the value assigned to $srt in the while loop as the
> parameter for the session_attempts subroutine called withing the
> processPegs subroutine.
>
> The error I am getting is:
>
> Use of uninitialized value $_srt in numeric ne (!=) at ...
The code provided does not use the ne operator nor does it use the
variable $_srt
John
--
Any intelligent fool can make things bigger and
more complex... It takes a touch of genius -
and a lot of courage to move in the opposite
direction. -- Albert Einstein