Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $arg = '"C:\Documents and Settings\Administrator\My Documents\data\
    +Excel\temp.xls"';
    
    system("$app $arg");
    
  2. or download this
    use strict;
    use warnings;