Re: The fork command

2006-12-08 Thread Jeff Pang
-Original Message- >From: "Dukelow, Don" <[EMAIL PROTECTED]> >Sent: Dec 9, 2006 4:24 AM >To: beginners@perl.org >Subject: The fork command > > > > I'm using the fork command for the first time, and can't find one simple >expiation of it. I know it's not simple, but every index I look

Re: The fork command

2006-12-08 Thread Travis Thornhill
If you're using some flavor of unix, executing 'perldoc perlfork' on the command line is a good place to get started. The books Programming Perl, and Perl Cookbook have good information on how to get rolling with fork. - Travis "Dukelow, Don" <[EMAIL PROTECTED]> wrote: I'm using

Re: The fork command

2006-12-08 Thread John W. Krahn
Dukelow, Don wrote: > > >I'm using the fork command for the first time, and can't find one simple > expiation of it. I know it's not simple, but every index I look it up in > has many references all through the book about it. Is there a web page or > white paper someplace that could give m