Thread typ eines objektes (1 answers)
Opened by Gast at 2005-07-13 21:26

Gast Gast
 2005-07-13 21:26
#56419 #56419
Hallo,

kann ich in Perl ihrgendwie rausbekommen von welchem Typ eine Variable ist?

Also ich habe z.b. ein Objekt Namens "Test".

Code: (dl )
$var = Test->new();


Und jetzt will ich eine Abfrage machen
Code: (dl )
1
2
3
4
if(typeof($var) eq "Test")
{
   print "\$var ist vom Typ Test\n";
}


Geht sowas ihrgendwie?

Thanks,
matze

View full thread typ eines objektes