in reply to Re^2: How to swap columns in a csv file ?
in thread How to swap columns in a csv file ?


Hi,

Step 1 is managed by default with the code from Tux. I've removed all my dirty code.

Xuo.
  • Comment on Re^3: How to swap columns in a csv file ?

Replies are listed 'Best First'.
Re^4: How to swap columns in a csv file ?
by xuo (Acolyte) on Jan 08, 2025 at 19:35 UTC

    Hi,

    Everything works fine now.
    I still have one question : how to redirect the output of the csv module :
    ex : csv (in => $aoh, headers => \@nh);
    to a file instead of stdout ?

    Regards.

    Xuo.