Re: Having trouble porting an application to MS-Windows
- From: chas.owens@xxxxxxxxx (Chas Owens)
- Date: Thu, 14 Jun 2007 12:09:52 -0400
On 6/14/07, Chas Owens <chas.owens@xxxxxxxxx> wrote:
On 6/14/07, Bob McConnell <rvm@xxxxxxxxx> wrote:
> In "perlport - Writing portable Perl" in the Alphabetic list of Perl
> Functions:
>
> alarm SECONDS
> alarm
> Not implemented. (Win32)
>
> I couldn't find anything in the ActiveState release notes that
> contradicted that.
snip
> > the latest version of ActiveState Perl on Windows XP works.
snip
Are you using the latest version of ActiveState Perl? I installed the
latest version this morning to test the code I sent and when I run
perldoc -T perlport | find /i alarm
I get not output. The first three functions listed are -X, atan2, and binmode.
In fact, the reference to alarm drops out of perlport in version 5.8.3
(released in 2004).
from Perl 5.8.3's Changes file
[ 21895]
alarm() is now implemented on Win32.
.
- Follow-Ups:
- RE: Having trouble porting an application to MS-Windows
- From: Bob McConnell
- RE: Having trouble porting an application to MS-Windows
- From: Bob McConnell
- RE: Having trouble porting an application to MS-Windows
- References:
- Having trouble porting an application to MS-Windows
- From: Bob McConnell
- Re: Having trouble porting an application to MS-Windows
- From: Chas Owens
- RE: Having trouble porting an application to MS-Windows
- From: Bob McConnell
- Re: Having trouble porting an application to MS-Windows
- From: Chas Owens
- Having trouble porting an application to MS-Windows
- Prev by Date: Re: Having trouble porting an application to MS-Windows
- Next by Date: Re: Having trouble porting an application to MS-Windows
- Previous by thread: Re: Having trouble porting an application to MS-Windows
- Next by thread: RE: Having trouble porting an application to MS-Windows
- Index(es):
Relevant Pages
|