in reply to Re: printing options with elsif statement
in thread printing options with elsif statement
$modtyp = 9; if ($modtyp == 9) { print " response1"; } elsif ($modtyp == 10) { print " response2\n"; } the reponses are not being typed even if the value of $modtyp can be seen to be set to a value being checked!!!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: printing options with elsif statement
by dash2 (Hermit) on Feb 18, 2002 at 18:20 UTC |