Thread our $constant = 5; # und plötzlich undef (8 answers)
Opened by steffenw at 2007-07-31 17:20

renee
 2007-07-31 19:31
#96972 #96972
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Code (perl): (dl )
1
2
require Exporter;
our @ISA = qw(Exporter);


kann man auch durch
Code (perl): (dl )
use base qw(Exporter);
ersetzen. Spart Schreibarbeit und ist weniger Fehleranfällig...
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 our $constant = 5; # und plötzlich undef