このページは大阪弁化フィルタによって翻訳生成されたんですわ。

翻訳前ページへ


use Perl: All the Perl that's Practical to Extract and Report
The Wayback Machine - http://web.archive.org/web/20090205222252/http://use.perl.org:80/
Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report


Help

Poll

Poll What I like most about perl 5.10
say
state variables
// (defined or)
~~ (smart match)
regexp improvements
switch statement (given, when)
all of the above
none of the above (write-in)
[ Results | Polls ]
Comments:8 | Votes:199
Log In

[ Create a new account ]

Win32::API port to 64-bits

Journal written by cosimo (4138) and posted by brian_d_foy on 2009.02.04 23:42   Printer-friendly
I've been the current maintainer of Win32::API for some years now. I am proud to be working on such a useful module, at least for Windows people. I even managed once to build it under Linux/winegcc.

Lately, I've been receiving user requests about porting it to 64-bit architectures. While this is something I want to do, I might have some problems. Mainly, my lack of knowledge about porting 32-bit stuff to 64-bits under Windows. Luckily, there seems to be available information and enough interested users that can provide help, code, hardware and/or licenses.

So, if you are in any way interested in helping out or staying tuned on the 64-bit port of Win32::API, please join the libwin32 mailing list. I'm going to post some more details there.

News: Opener Chat Release 0.7

posted by brian_d_foy on 2009.02.02 12:15   Printer-friendly
alexe writes "Opener Chat is a kind of multi-user and multi-protocol online communication software which is like Pidgin (gaim).

Opener Chat is completely programmed by Perl which consists of the graphical interface part and net part. Now we use the module of win32::GUI to carry its interface into effect, so this software can only run on the win32 platform. This software which is easy to operate supports server address of configuration, clients’ log-in name, group or private chatting, program update, remote assisted function and chat records. Opener Chat suits internal talk of small and medium enterprises or the Internet community. Adopting IRC protocol and using IRC service of freenode.net can avoid difficulties of establishing chat server by yourself.

It is an open source software and no advertisement adds in. Besides, it occupies less resource and has greater extensibility."

This Week on perl5-porters - 18-25 January 2009

posted by grinder on 2009.02.01 9:19   Printer-friendly

"Are these names considered to be a public non-changeable interface by virtue of having been placed in these directories for a while, even though they were never documented as far as I can tell? Or are these files considered to be an internal implementation detail of Perl, not for external use, and hence subject to change or deletion?" -- Karl Williamson, waging war on two fronts simultaneously, Perl and Unicode.

Perl 6 Design Minutes for 07 January 2009

Journal written by chromatic (983) and posted by brian_d_foy on 2009.01.28 13:16   Printer-friendly
The Perl 6 Design Team met by phone on 07 January 2009. Larry, Jerry, Allison, Patrick, Jesse, and chromatic attended.
Yesterday's News  >