RE: Regex Help Please!?

2002-06-27 Thread Tom Stewart
Why not drop it in an array and split it and work with it from there? I am not sure what your final goal is but this way you can work with each field independently and check if your address_line_2 is blank. open(FILE,$file) || die could not open $file; while(FILE) { @data = split(/|/,$_);

RE: Perl and GUI question

2002-06-26 Thread Tom Stewart
There is a book by o'reily mastering Perl/TK that is all about making Perl GUI interfaces. I have done very little with it at this point, but if you pick up the book it should get you started. Tom -Original Message- From: Leila Lappin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June