At 10:04 AM 3/7/07 -0800, Tom Phoenix wrote: >On 3/7/07, Karyn Williams <[EMAIL PROTECTED]> wrote: > >> if ($initial =~ "") { > >You probably don't want the binding operator =~ in there, but the >string equality test eq, right? Check the perlop manpage. Good luck >with it!
Using the eq op still gives me the else statement for both examples. So it must have some non-printing value that does not equate to "". -- Karyn Williams Network Services Manager California Institute of the Arts [EMAIL PROTECTED] http://www.calarts.edu/network -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/