in reply to Re: How to vector
in thread How to vector

It got something to print out at all. Positive step. A vector, according to the module, is similar to a blessed array reference. The exact output is
The vector of Atom (0, 5, 5)is : %f {0, 5, 5} The vector of Atom (1, 2, 3)is : %f {1, 2, 3} The vector of Atom (3, 5, 6)is : %f {3, 5, 6} The vector of Atom (2, 5, 2)is : %f {2, 5, 2} The vector of Atom (5, 5, 5)is : %f {5, 5, 5} The vector of Atom (5, 5, 6)is : %f {5, 5, 6}
Which is progress.

Replies are listed 'Best First'.
Re^3: How to vector
by AnomalousMonk (Archbishop) on Jun 19, 2015 at 21:28 UTC

    The fact that  %f appears in the output stream suggests you are not using a printf (or sprintf) statement, and I don't know where the  {0, 5, 5} bits are coming from. Difficult to comment further.


    Give a man a fish:  <%-(-(-(-<