Thread Array-Indexzugruff nicht erkannt?: Use of uninitialized value in string ne (10 answers)
Opened by Herr_Cisie at 2006-04-12 13:23

renee
 2006-04-12 19:31
#64767 #64767
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
man kann hier schon defined als Maß nehmen, da es mit undef auch die Warnung gibt...

Code: (dl )
1
2
3
4
C:\Dokumente und Einstellungen\Renee>perl -Mwarnings -e "my @a = (undef,undef); if($a[0] eq $a[1]){print 'hallo'}"
Use of uninitialized value in string eq at -e line 1.
Use of uninitialized value in string eq at -e line 1.
hallo
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 Array-Indexzugruff nicht erkannt?: Use of uninitialized value in string ne