external2.pl:#!/usr/bin/perl my $i =0; while($i<=1000000){ if($i == 800){ exit 2; } $i++; }
Or I don't know what can cause these problems then...#!/usr/bin/perl my $i =0; while($i<=1000000){ if($i == 900){ exit 1; } $i++; }
In reply to Re^3: IPC problem
by gyre007
in thread IPC problem
by gyre007
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |