in reply to Basic mod-perl question : why my variable is undefined ?
Your reported output lgeX <<>> does not match any of the I/O lines in your provided code. Are you perhaps confusing the $lig variable with something else?
Why is $lig a variable if you never change its value? Why not declare it as a constant instead? If its value does change (from 4) why have you not shown that code?
Update note: The OP has now removed the reference in the parent node to "lgeX" in the output.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Basic mod-perl question : why my variable is undefined ?
by pcouderc (Monk) on Jul 23, 2014 at 12:32 UTC | |
by hippo (Archbishop) on Jul 23, 2014 at 12:52 UTC | |
by pcouderc (Monk) on Jul 23, 2014 at 13:41 UTC |