RE: Pattern matching null strings

2002-04-29 Thread Joe Rioux
It's an interactive application so speed during a prompt for data is virtually a non-issue. And if the first one works why the desire for a different solution? What does the 2nd give you over the 1st? > print "Please enter the string: "; > $Response = ; > chomp $Response; > if ($

RE: Pattern matching null strings

2002-04-29 Thread Philip Morley
RTLDN)" To: 'Philip Morley' <[EMAIL PROTECTED]> Subject: RE: Patt