use Data::Dumper; # ... # build @array # ... print Dumper( \@array ); [download]
In reply to Re^3: Update: problem with scalar by tangent in thread Update: problem with scalar by sargg55