Schrift
[thread]7136[/thread]

typ eines objektes



<< >> 2 Einträge, 1 Seite
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
ptk
 2005-07-13 21:35
#56420 #56420
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
perldoc -f ref
<< >> 2 Einträge, 1 Seite



View all threads created 2005-07-13 21:26.