Thread Use of uninitialized value in pattern match...
(4 answers)
Opened by Duff at 2007-12-28 15:32
Du solltest immer überprüfen, ob in @status überhaupt etwas drin ist bzw. die einzelnen Elemente...
Code (perl): (dl
)
1 2 3 4 5 ... if(($status[0] and $status[0] =~ /^match$/) && ($status[1] and $status[1] == 5) ) { ... } ... Ob man das vereinfachen kann, hängt von Deinem Ziel ab... 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/ |