before i (or anyone else) will delve into your code, please learn to use white space and indenting. you can't read code that is all tightly jumbled together like this. and don't use very short variable names as they tell the reader nothing about the program. you need to learn to write code the others can and will want to read. otherwise you will not communicate your logic to them and they will not be able to help you nor maintain your code.
uri -- Uri Guttman ------ [email protected] -------- http://www.sysarch.com -- ----- Perl Code Review , Architecture, Development, Training, Support ------ --------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com --------- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
