Search Results

Search: Posts Made By: gvk25
3,042
Posted By birei
Take a look to perlipc help page. There are...
Take a look to perlipc help page. There are several examples using fork().

It should be something similar to:

for (i=0; i<8000 ;i++) {
my $child = fork();
die qq[ERROR in fork()...
6,687
Posted By balajesuri
#! /usr/bin/perl -w use strict; my @ins ...
#! /usr/bin/perl -w
use strict;

my @ins = qw ( a a b b b );
my @trans = qw ( lkp1 lkp1 lkp1 lkp2 lkp2 );
my @value = qw ( x y a x y );
my %x;
my $prev = "";
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 12:39 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy