Dan Anderson <[EMAIL PROTECTED]> wrote:

: 
: Does Perl have any kind of else / unless statements, sort of
: like elsif?  I tried:
: 
: if ($foo) {
: }
: else unless ($bar) {
: }

    What about:

    elsif ( ! $bar ) {
    }

HTH,

Charles K. Clarkson
-- 
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to