There is a report that is generated from a script as a plain text file. I need 
to take this output file as input for my script and join them and create a CSV 
file and mail to me daily. How can I create CSV file with out using modules. 

Taking a sample report ....

Hostname          IP address              Physical Address.
inxp1233           XXX.XXX.XXX.XXX     Mac-address
inxp1432           XXX.XXX.XXX.XXX     Mac-address
inxp1232           XXX.XXX.XXX.XXX     Mac-address

If I am joining this with a ',' and saving renaming the text file to CSV will 
help or is there any other way to do it?Also I need to bold the header in my 
CSV.

Thanks


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to