for (@$STF1){ print OUTPUT "
  • $_->[0]
  • " . qq{$_->[2]
    \n}; } #### for (@STF1){ printf OUTPUT "
  • %s
  • " . qq{%s
    \n}, @$_; } ##
    ## # my @temp = foo; my $ref = [ @temp ]; my $ref = [ foo ]; # ($a, $b) = \(@a, @b); return $a, $b; return \(@a, @b); #### 2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$