Thread Unless (26 answers)
Opened by Spider-Mann at 2005-07-11 01:16

renee
 2005-07-11 18:43
#56238 #56238
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
@Taulmarill: ein guter Hinweis!

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
~/entwicklung 76> perl -MO=Deparse unless.pl 
use warnings;
use strict 'refs';
my $var = 0;
if (not $var == 0) {
print 'Nicht 0';
}
elsif ($var == 0) {
print 'Gleich 0';
}
unless.pl syntax OK
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Unless