#!/perl use strict; use warnings; use Win32::OLE; my $excel_1 = Win32::OLE->new('Excel.Application'); my $excel_2 = Win32::OLE->new('Excel.Application');