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
    An example of how to parse a csv (comma separated values) file is at http://www.biterscripting.com/Download/SS_CSV.txt . I have been using it. Seems good. Their scripts are open source and free at http://biterscripting.com . Don't even have to provide an email.