Help for this page
use Win32 ; ... 1;
my $exec = get_filetype_cmd('xls'); open (CMD,"| $exec file.xls") ; close (CMD) ;
open (CMD,"| file.xls") ;