Help for this page

Select Code to Download


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