Skip to content

Commit

Permalink
Strip out some unnecessary detail about Child which is better gotten …
Browse files Browse the repository at this point in the history
…from their docs.
  • Loading branch information
schwern committed Apr 28, 2011
1 parent 6ed21f8 commit 31b7f32
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions lib/perl5i.pm
Expand Up @@ -846,29 +846,8 @@ You can also request a pipe for IPC:
my $message = $proc->read();
$proc->say("reply");
API Overview: (See L<Child> for more information)
See L<Child> for more information.
=over 4
=item $proc->is_complete()
=item $proc->wait()
=item $proc->kill($SIG)
=item $proc->pid()
=item $proc->exit_status()
=item $parent->pid()
=item $parent->detach()
=item $proc_or_parent->read()
=item $proc_or_parent->write( @MESSAGES )
=item $proc_or_parent->say( @MESSAGES )
=back
Expand Down

0 comments on commit 31b7f32

Please sign in to comment.