Thread Use of uninitialized value in string eq at ... (3 answers)
Opened by PETER_PAN2009 at 2010-07-28 09:50

fw
 2010-07-28 10:05
#140103 #140103
User since
2010-07-04
5 Artikel
BenutzerIn
[default_avatar]
Quote
Code (perl): (dl )
unless ($rd_data eq q{}){

Code (perl): (dl )
unless (defined $rd_data && $rd_data eq q{}){


uninitialized heißt: Der Inhalt der Variablen ist undef.

View full thread Use of uninitialized value in string eq at ...