Tyler Bird wrote the following on 2/7/2005 3:40 PM : >Do you have use strict or use strict 'defs' on? > >You need to define your variables before you use them. > > use strict; By defining, do you mean giving the variable a value? I checked that and am sure that the variables have a value.