in reply to Re: for-loop issue - swap gets crazy large
in thread for-loop issue - swap gets crazy large

...but how can I "dump" them. do you have a -suggestion-?

Replies are listed 'Best First'.
Re^3: for-loop issue - swap gets crazy large
by ikegami (Patriarch) on Aug 31, 2011 at 20:42 UTC
    You could dump them as strings if you want something readable, or you could get the underlying bytes using pack 'F' to avoid precision loss.