in reply to Re^2: Saving Excel file in Tab delimeted text or .csv
in thread Saving Excel file in Tab delimeted text or .csv

Thanks for using <code> tags. However, these should only be around the actual CODE posted. Your text comments should be outside the tags.

Regarding the DisplayAlerts attribute, I suggest you set it this way:

my $FALSE = 0; my $TRUE = ! $FALSE; $Excel->{DisplayAlerts} = $FALSE;
Alternatively, you could use the Readonly module for the constants, or use literal values 0 and 1.

     "A fanatic is one who redoubles his effort when he has forgotten his aim."—George Santayana