Beefy Boxes and Bandwidth Generously Provided by pair Networks RobOMonk
Syntactic Confectionery Delight
 
PerlMonks  

Re: unitialized value in subroutine entry

by madtoperl (Hermit)
on Jun 27, 2006 at 03:03 UTC ( [id://557718]=note: print w/replies, xml ) Need Help??

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.
  • Comment on Re: unitialized value in subroutine entry

Replies are listed 'Best First'.
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
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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://557718]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.