Thread if funktioniert nicht so wie ich mir vorstelle (9 answers)
Opened by rom2mor at 2008-03-03 14:43

renee
 2008-03-03 15:00
#106583 #106583
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Noch kürzer:
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
my $currentperiod = 'P12';
print "\nCurrent Period is (LE period is current period incremented by one): ". $currentperiod;

my $LEperiod = $currentperiod;
++$LEperiod;
$LEperiod = 'P01' if $LEperiod eq 'P13';

print "\nCurrent Period after ifs is: ". $currentperiod;
print "\nDefault LE period is : " . $LEperiod . "\n\n";
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 if funktioniert nicht so wie ich mir vorstelle