This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to unitialized value in subroutine entry
Hi Ananymous Monk,
These like issues i faced previously when you give use strict and some initialization issues,So you remove the use Strict; statement in the code and run it.Othersiwe do the proper initialization there.Hope this will solve your issue.
Thanks and Regards,
madtoperl.
Re^2: unitialized value in subroutine entry
by Anonymous Monk on Jun 27, 2006 at 03:19 UTC
|
yes,
i am trying to identify exactly what are the initialization
issues. the anonymous routine is code; and the first
invocation has a valid parameter.
in addition; "no strict"
did not hide these messages.
thanks | [reply] |
Re^2: unitialized value in subroutine entry
by dsheroh (Monsignor) on Jun 27, 2006 at 11:14 UTC
|
So you remove the use Strict; statement in the code and run it.
Ack! Tppppbbbbttt! If code won't run under strict, then turning strict off is not the way to fix it. If you do that, the real, underlying problem will still be there, you just won't get told about it - until the code blows up in your face. | [reply] [d/l] [select] |
|