I need to test a scalier to see if its value is not two possibilities,
because this test is being done inside a while loop I can not use an elsif
statement without things getting ugly. I have tried it like this if
($scalier nq 'A') || ($scalier nq 'B') { but that just gave me a syntax
error when I tried to run it.-- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
