Hello, how can i find out the internal data representation (data type) of a perl variable?
Example: $Var1 = 1234; # this is an integer $Var2 = "1234"; # this is an string I want to know if $VarX is internally stored as integer or as string. Ulrich Holeschak Bihl+Wiedemann GmbH Flosswoerthstrasse 41 D-68199 Mannheim Tel. +49 621/ 33996-0 Fax. +49 621/ 3392239 eMail: [EMAIL PROTECTED] http://www.bihl-wiedemann.de _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
