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