Nate Brunson wrote: > > when perl reads in $ENV{'REMOTE_ADDR'} is it a number or a string?
Environment variables are always strings (which may contain numbers of course). > were $blah is a string. should i convert $blah to a number, > or $ipaddy to a string.. or am i just messed up.. When you use eq operator, everything is automatically strigified. > my brain hurts...long day That's normal with Perl. - RaFaL Pocztarski, [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]