Thread datei ausführen (14 answers)
Opened by roc at 2003-08-31 18:48

Ishka
 2003-08-31 19:58
#82170 #82170
User since
2003-08-04
771 Artikel
HausmeisterIn
[Homepage] [default_avatar]
So in der Art ging das irgendwie:
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
use Win32::Process;

my $ProcessObj;

Win32::Process::Create($ProcessObj,
  "c:\\usr\\bin\\bin\\perl.exe",
  "perl.exe c:\\usr\\bin\\scripte\\test.pl",
  0,
  HIGH_PRIORITY_CLASS,
  ".")|| die ErrorReport();

Edit:
Allerdings laufen die Prozesse dann gleichzeitig.\n\n

<!--EDIT|Ishka|1062345526-->
sub z{if(@_){1while$x[$k=rand 10];t($t=$x[$k]=1)}print map"$z[$x[$_]]$_".($_%3?
"":"\n"),1..9}sub t{$j=0;$x[$_+1]==$t&&($j+=2**$_)for 0..8;z,die"Gewinner $z[$t]
"if grep$_==($j&$_),7,56,73,84,146,273,292,448;z,die"Gleichstand\n"if@x>9&&!grep
!$_,@x}@x=4;@z=qw{. [ (};z$^T&1;while(<>){next if$_>9||$x[$_];t$t=$x[$_]=2;z 1}

View full thread datei ausführen