characters in the key field | topic started 2/7/2001; 8:58:17 PM last post 2/12/2001; 8:31:22 PM |
|
Arnold K. Pizer - Re: characters in the key field 2/12/2001; 8:31:22 PM (reads: 1429, responses: 0) |
The big answer is yes. The precise answer is: my @Key_chars = ('A'..'Z', 'a'..'z', '0'..'9', '.', '^', '/', '!', '*'); |