Help for this page
my $command = "turtle.exe"; if ($^O =~ /win/i) ... else { $command = "$command &" } my $ret = system($command);