Help for this page

Select Code to Download


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