Help for this page

Select Code to Download


  1. or download this
    $| = 1;
    $pid = open(first_child, "-|");
    ...
        foreach (@child) { close($_); }
        exit;
    }
    
  2. or download this
    $more = 'perl makemore.pl "$words" "$keywords"';