Thread if funktioniert nicht so wie ich mir vorstelle
(9 answers)
Opened by rom2mor at 2008-03-03 14:43
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/ |