in reply to Re: column counter and printf question
in thread column counter and printf question

Hi toolic,

Yes, I should have remembered that . is a special character :( I didn't remember as I was lucky enough to match what I wanted but that was accidental.

Regarding your suggestion, I don't understand how using quote word would help...? I don't get how I would include all the elements of my array as they're thousands of angle degrees? This map function looks useful and I'll try it and post the results, if I can find how to use it with/without qw.

  • Comment on Re^2: column counter and printf question

Replies are listed 'Best First'.
Re^3: column counter and printf question
by Laurent_R (Canon) on Oct 28, 2015 at 14:35 UTC
    qw(3.456 8.903 1.223) is there only to set an example of an array with three values, to then show you how to process the fields of that array. You don't need to use it in your case.