Thread Use of uninitialized value in pattern match... (4 answers)
Opened by Duff at 2007-12-28 15:32

renee
 2007-12-28 15:56
#104214 #104214
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
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/

View full thread Use of uninitialized value in pattern match...