in reply to Re: uninitialized values
in thread uninitialized values

Sorry ,for variable names & am very thankful to you for pointing that out to me.But my problem is remain same that I want to use those print stmt. outside if block,please help me on this

Replies are listed 'Best First'.
Re^3: uninitialized values
by AnomalousMonk (Archbishop) on Aug 19, 2013 at 15:19 UTC
    ... I want to use those print stmt. outside if block ...

    The code example of hippo defines and initializes the lexical  @values1 and  @val1 arrays outside the if-block and then uses them both inside and outside the block. Please take another look at this example and see if things make more sense.

Re^3: uninitialized values
by gaurav (Sexton) on Aug 19, 2013 at 13:45 UTC

    I should ask that what I have to do to avoid that warning