Thread check ob funktion definiert (2 answers)
Opened by Gast at 2006-11-08 14:59

renee
 2006-11-08 15:30
#71546 #71546
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

use strict;
use warnings;

if(defined &test){
print "yes\n";
}
else{
print "no\n";
}

sub test{
print "Hallo\n";
}
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 check ob funktion definiert