Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: calling problem in script

by davorg (Chancellor)
on Jun 30, 2009 at 14:26 UTC ( [id://776042]=note: print w/replies, xml ) Need Help??


in reply to calling problem in script

if($Individual == "ArcotID")

Looks like you're using the wrong comparison operator. '==' is for comparing numerical values. To compare strings use 'eq'.

Why aren't you using warnings?

--

See the Copyright notice on my home node.

Perl training courses

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-19 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found