diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2005-02-10 12:04:35 -0800 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-02-11 09:32:50 +0000 |
commit | 49fd6edc755e0fc505e10cdb1d5025c747291b4c (patch) | |
tree | 7a54e500da1a04559186a4beb5c2d7f80027a01e /README.cygwin | |
parent | a758b0b5fd9985d853637e2aa988519329533771 (diff) | |
download | perl-49fd6edc755e0fc505e10cdb1d5025c747291b4c.tar.gz |
Re: [PATCH] Re: perl winpid?
Message-ID: <20050211040434.GA3824@efn.org>
p4raw-id: //depot/perl@23961
Diffstat (limited to 'README.cygwin')
-rw-r--r-- | README.cygwin | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.cygwin b/README.cygwin index a2748f3ceb..fa2f549436 100644 --- a/README.cygwin +++ b/README.cygwin @@ -369,6 +369,8 @@ A C<fork()> failure may result in the following tests failing: See comment on fork in L<Miscellaneous> below. +=head1 Specific features of the Cygwin port + =head2 Script Portability on Cygwin Cygwin does an outstanding job of providing UNIX-like semantics on top of @@ -470,6 +472,25 @@ F<http://www.cygwin.com/setup.exe> to install it and run rebaseall. =back +=head2 Prebuilt methods: + +=over 4 + +=item C<Cwd::cwd> + +Returns current working directory. + +=item C<Cygwin::pid_to_winpid> + +Translates a cygwin pid to the corresponding Windows pid (which may or +may not be the same). + +=item C<Cygwin::winpid_to_pid> + +Translates a Windows pid to the corresponding cygwin pid (if any). + +=back + =head1 INSTALL PERL ON CYGWIN This will install Perl, including I<man> pages. |