Help for this page

Select Code to Download


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