Help for this page

Select Code to Download


  1. or download this
    if (system('mkfifo',"$FIFO.in")||system('mkfifo',"$FIFO.out")  ) { 
        print STDERR "Cannot create pipes $FIFO.in or $FIFO.in\n";
        exit(1);
      }