Schrift
[thread]7215[/thread]

Art des Variableninhalts abfragen



<< >> 3 Einträge, 1 Seite
FX
 2005-08-17 16:58
#57245 #57245
User since
2005-07-23
4 Artikel
BenutzerIn
[default_avatar]
Hallo,
in einer Variable $self steckt entweder ein HASH oder ein CODE.
Beispiel:
Code: (dl )
1
2
$self: gdLcdMenu=HASH(0x87ce770)
$self: CODE(0x87ce788)

Je nachdem was in der Variable enthalten ist, muß ich eine andere Anweisung ausführen.
Wie bekomme ich raus, was für einer Art eine Variable ist?

Gruß
FX\n\n

<!--EDIT|FX|1124284324-->
Gast Gast
 2005-08-17 17:11
#57246 #57246
perldoc -f ref
FX
 2005-08-17 19:03
#57247 #57247
User since
2005-07-23
4 Artikel
BenutzerIn
[default_avatar]
Danke!
Nach perldoc ist es zu erkunden mit
Code: (dl )
$kind=ref($self);
<< >> 3 Einträge, 1 Seite



View all threads created 2005-08-17 16:58.