Hello List!
First post for this newbie. I'm writing a CGI that connects to a CommuniGate
Pro server and gets a list of the lists on the server. Then it gets a list
of all the subscribers on each list, comparing each adress to one input
using a form ($Account). Whenever it finds a match it makes the checkbox
checked. The problem I'm having is comparing email-adresses:

if ("$_" eq "$Account") {
    Make the checkbox checked here...
}

$_ may be [EMAIL PROTECTED] and $Account may be
[EMAIL PROTECTED], but they don't match because @aftonbaldet is
treated as an array. How do I get the eq to ignore the @?

TIA
/Ian


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to