- or download this
system 'start', '"c:\program files\junk.txt"';
- or download this
system 'start', 'C:\"program files"\junk.txt';
- or download this
sub logfile{
my $file = "$gGui{complogpath}/$gGui{complog}.txt";
...
system(@args) == 0
or warn "Couldn't launch '$file' : $!/$?/$^E";
}#logfile