Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Scalar Value Not Available To Subroutine

by LanX (Saint)
on Dec 20, 2012 at 16:40 UTC ( [id://1009758]=note: print w/replies, xml ) Need Help??


in reply to Scalar Value Not Available To Subroutine

sub mail { my ($uid) = @_; # <-- assign argument print "uid in sub=$uid\n"; }

it maybe worked before because you also filescoped a $uid, but after passing it to the routine as argument you should also assign it.

EDIT: At least that may be the reason why strict didn't complain. Anyway in many aspects your code is too weird for me to try it out.

Cheers Rolf

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1009758]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 02:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found