Thread Perl-Prog funktioniert mal und mal nicht (23 answers)
Opened by Eng1958 at 2013-06-04 11:21

GwenDragon
 2013-06-04 13:53
#167975 #167975
User since
2005-01-17
14848 Artikel
Admin1
[Homepage]
user image
Danke für den Hinweis. Auf UNIVERSAL wäre ich nicht gekommen.
Witzig, ich kenne isa, can und DOES aber VERSION nicht. Seltsam.

Auf perldoc funktioniert die Suche nicht korrekt, nach VERSION gesucht und nix als Hinweis auf UNIVERSAL.

//EDIT: Arrghh:
Quote
All classes inherit from the UNIVERSAL class implicitly. The UNIVERSAL class is implemented by the Perl core, and provides several default methods, such as isa() , can() , and VERSION() . The UNIVERSAL class will never appear in a package's @ISA variable.

perldoc perlobj

Das ist mir so peinlich.
Last edited: 2013-06-04 13:56:53 +0200 (CEST)

View full thread Perl-Prog funktioniert mal und mal nicht