On Jul 17, [EMAIL PROTECTED] said:

>       $reason2        = @theline[$headers{"reason\:"}];
>       $s_port         = @theline[$headers{"s_port"}];

You should be warning about using @ when you should be using $.

>       if(($reason2 ne "unknown established TCP packet") and ($s_port ne 
>"nameserver")) 

They might have been assigned values above, but those values are
undefined, thus the error message.

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
I am Marillion, the wielder of Ringril, known as Hesinaur, the Winter-Sun.
Are you a Monk?  http://www.perlmonks.com/     http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc.     http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter.         Brother #734
**      Manning Publications, Co, is publishing my Perl Regex book      **


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

Reply via email to