OK I`ll try:
During processing in previous part of a program I received following three arrays:
@ports=qw(portname portID port802); @val1= qw(ON ON OFF); @val2=qw(EX EX NEX);
Output i received:
portname;portID;port802;What i need is to print in CSV something like this:
ports;portname;ON;EX; ports;portID;ON;EX; ports;port802;OFF;NEX;
Hope this will clarify a little bit, just don`t know how to get this using Text::CSV module.
In reply to Re^2: Creating CSV file
by reez
in thread Creating CSV file
by reez
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |