Thread methode zur datentypbestimmung (4 answers)
Opened by norman at 2006-01-28 12:03

renee
 2006-01-28 12:09
#62377 #62377
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
perldoc -f ref

Code: (dl )
1
2
3
4
5
my $var_a = 'string';
my $var_b = {key => 2};
my $var_c = [1,2];

print ref($var_a),"\n",ref($var_b),"\n",ref($var_c);
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread methode zur datentypbestimmung