Sent from my iPhone
On Mar 2, 2013, at 7:49 PM, "John W. Krahn" 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
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
On Tue, Sep 17, 2002 at 03:15:44PM -0400, Bernd Prager wrote:
> I'd like to write a subroutine that parses an XML file.
> I use XML::Parse and one way that works is to define
> subroutines with the name of an XML tag and every appearance
> of that tag calls the appropriate subroutine.
>
> Since I
Bernd Prager wrote:
>>
>> Why dont you just define the function outside and call them from inside
>> your master function
>>
>> Bernd Prager wrote:
>> >
>> > I run into a problem and would appreciate some help.
>> >
>> > I'd like to write a subroutine that parses an XML file.
>> > I use XML::
>
> Why dont you just define the function outside and call them from inside
> your master function
>
> Bernd Prager wrote:
> >
> > I run into a problem and would appreciate some help.
> >
> > I'd like to write a subroutine that parses an XML file.
> > I use XML::Parse and one way that works i
Why dont you just define the function outside and call them from inside
your master function
Bernd Prager wrote:
> Hi,
>
> I run into a problem and would appreciate some help.
>
> I'd like to write a subroutine that parses an XML file.
> I use XML::Parse and one way that works is to define
> s