Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @k = grep { ref $_ eq "ARRAY" } @t;
    
    print Dumper \@k;
    
  2. or download this
    531(255)[1603][/home/pignatelli/tmp]$ perl kkk.pl
    $VAR1 = [
    ...
                6
              ]
            ];