use strict; use warnings; #NOTE: you must have Excel open for this to work. use Spreadsheet::TieExcel; print "asdf"; print "1234"; #### asdf 1234 #### use strict; use warnings; #use Spreadsheet::TieExcel; print "asdf"; print "1234"; #### asdf1234