Thread OR / AND anwendung (16 answers)
Opened by Kathrin at 2005-02-02 12:46

Crian
 2005-02-04 15:22
#51522 #51522
User since
2003-08-04
5873 Artikel
ModeratorIn
[Homepage]
user image
[quote=Kathrin,02.02.2005, 15:13]wie formulier ich in perl eigentlich "a aber nicht b"[/quote]

[quote=Strat,02.02.2005, 15:21]($a and (not $b)) ?
meinetweigen auch:
($a and ! $b)
oder:
($a && ! $b)[/quote]

Code: (dl )
if (not (not $a or $b))



O:-)\n\n

<!--EDIT|Crian|1107523452-->
s--Pevna-;s.([a-z]).chr((ord($1)-84)%26+97).gee; s^([A-Z])^chr((ord($1)-52)%26+65)^gee;print;

use strict; use warnings; Link zu meiner Perlseite

View full thread OR / AND anwendung