Sent from my iPhone

On Mar 2, 2013, at 7:49 PM, "John W. Krahn" <jwkr...@shaw.ca> wrote:

> 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
> 
> -- 
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
> 
> 

Correct. I was able to figure it out.

Thanks,

Chris
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to