in reply to Question about parsing columns when using Text::CSV
Code tags are your friends: see Markup in the Monastery.
Try using sprintf to format your output (e.g. sprintf "%.3f"). That will generate a formatted string you can feed to a print statement.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Question about parsing columns when using Text::CSV
by Anonymous Monk on Jan 08, 2009 at 20:45 UTC |