Thread indexes zählen (7 answers)
Opened by Froschpopo at 2007-06-15 01:35

Ronnie
 2007-06-15 01:47
#77538 #77538
User since
2003-08-14
2022 Artikel
BenutzerIn
[default_avatar]
Code: (dl )
1
2
3
4
5
6
7
#!/usr/bin/perl

use strict;
use warnings;

my $ref = [ qw/foo bar buz/ ];
print scalar @{$ref}, "\n";

View full thread indexes zählen