> When I put this in my script I get an error > > Name "main::NAME" used only once: possible typo at > ubrstate2.pl line 521.
That's not an error, that's a warning. It should go away once you have another statement in your program that uses the filehandle (main::NAME) you're defining. HTH, -dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]