- or download this
use strict;
use Tk;
...
print "\$wait++ by pid $$\n";
$wait++;
}
- or download this
use strict;
use Tk;
...
tie my $wait, 'Win32::MMF::Shareable', 'wait' or die;
print "Remote process $$ increment \$wait...\n";
$wait++;
- or download this
Process starting... # 3008 is pid of main
...
3008 FETCHING... # pressed 'wait'
$wait is 2