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

renee
 2010-07-28 10:30
#140104 #140104
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
undef ist aber auch "kein Inhalt", oder?

Dann sollte es eher

Code (perl): (dl )
1
2
3
4
5
6
if ( defined $rd_data && $rd_data ne '' ) {
    # mach was
}
else {
    print "Kein Inhalt...\n";
}
sein
Last edited: 2010-07-28 10:31:44 +0200 (CEST)
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 string eq at ...