Main Stories
Slash Boxes

All the Perl that's Practical to Extract and Report

[ Create a new account ]

Toronto Perl Mongers - Audio Archive

posted by Robrt on 2005.08.31 2:18   Printer-friendly
Fulko Hew writes "The Toronto Perl Mongers have been recording many of the talks presented at their meetings. Their Audio Archive contains MP3 files and slides. The most recent talks are from the July 2005 meeting: 'Perl Best Practices,' a book review and discussion by Tom Legrady; and 'The Asterisk PBX and Perl' by Simon Ditner."

News: POD Indexing Project

posted by brian_d_foy on 2005.08.29 8:24   Printer-friendly
itub writes "The Pod indexing project has the goal of making the Perl documentation more accessible and searchable. The two main specific objectives are: adding relevant keywords throughout the Perl core documentation using the X<> POD code; and Creating tools for generating and searching the index resulting from these keywords, including an improved perldoc with keyword searching support. It is expected that websites such as perldoc.perl.org, search.cpan.org, and cpan.uwinnipeg.ca will be able to use the resulting index (if they want to). For an example using the current index, see PerldocDemo. Get involved by joining the perl-documentation mailing list (send a blank message to perl-documentation-subscribe@perl.org), reading the indexer resources, choosing a POD to index, and adding your name to Wiki."

News: Brainbench Perl 5.8 Exam Beta Available

posted by pudge on 2005.08.26 4:39   Printer-friendly
converter writes "The Brainbench Perl 5.8 Exam Beta is now available online (click the 'Get Test' button to proceed). I was a paid reviewer during the development process and submitted a number of corrections with working code samples and documentation. If you would like to add your input, please take the free beta exam and submit feedback." This was submitted a week or two ago; I don't know if it is still in beta.

News: Search Source Code from Books

posted by pudge on 2005.08.25 16:30   Printer-friendly
Gregory Cosmo Haun writes "After some great feedback at OSCON, I'm happy to announce that codefetch.com upgraded to production capacity last weekend and we are ready for your clicks. Search for source code snippets from dozens of books. You'll get syntax-highlighted examples written by Perl experts, and links to the related perl docs (at perl.org, of course). And no advertising other than the blurb for the book that answered your query."

News: Perl and PHP Mashup

posted by pudge on 2005.08.25 3:23   Printer-friendly
Theory writes "As part of the developer release of Bricolage 1.9.0 Punkin last week, I blogged about some of the cool new features, including native PHP 5 templating. How does it work? It's thanks to the new PHP::Interpreter module, which embeds a PHP interpreter in Perl. The upshot is that this module can be used to execute PHP code that can reach back into Perl to use Perl modules. For PHP developers, CPAN envy is a thing of the past."

News: The Perl Review 2.0 Hits Presses

posted by pudge on 2005.08.24 18:22   Printer-friendly
brian_d_foy writes "The Perl Review 2.0 (Fall 2005) is on its way to the presses on two continents: YAPC::EU (and other EU subscribers) will get a special European edition printed in Portugal by Alberto, and U.S. subscribers will get the same thing minus the words 'Special EU edition' and with different ads."

News: Parrot 0.2.3 "Serenity" Released!

posted by rafael on 2005.08.19 12:22   Printer-friendly
leo writes "On behalf of the Parrot team I'm proud to announce another monthly release of Parrot and I'd like to thank all involved people as well as our sponsors for supporting us.

What is Parrot?

Parrot is a virtual machine aimed at running Perl6 and other dynamic languages.


Parrot 0.2.3 changes and news:
  • Dynamic classes now compile on Windows (including ParTcl)
  • New Super PMC allows easy access to superclass methods
  • Implement C3 method resolution order (just like Perl6 & Python)
  • ParTcl has new PIR-based parser and passes more Tcl tests
  • added character class support in Globs to PGE
  • added language implementations of unlambda, Lazy-k
  • many bugfixes, including GC and memory leaks
  • the new calling scheme continued to evolve in branches/leo-ctx5

After some pause you can grab it from CPAN.

As parrot is still in steady development we recommend that you just get the latest and best from SVN by following the directions at source.html.

Turn your web browser towards parrotcode.org for more information about Parrot, get involved, and:

Have fun!

YAPC::AU/OSDC 2005 Call for Papers

posted by pudge on 2005.07.28 14:32   Printer-friendly
Simon Taylor writes "Last year the Melbourne Perl Mongers group set forth to hold Australia's first ever YAPC. However we then changed it to be Australia's first Open Source Developers' Conference, covering Perl, Python, PHP and many Open Source tools. This conference was a huge success, drawing 45 speakers for 60 talks. Dr. Damian Conway and Nathan Torkington provided high quality keynotes alongside Australian Open Source advocate Con Zymaris, Python release manager Anthony Baxter, and PHP and MySQL author Luke Welling. Other prominent speakers include Abigail, Baden Hughes and Nigel McFarlane. This year's conference promises to be even better and is running in Melbourne from the 5th - 7th December 2005. Talk proposals are due 19th August."

YAPC::NA::2006 Call For Venues

posted by KM on 2005.07.19 10:00   Printer-friendly
KM writes "With the close of another successful YAPC::NA, it is now time to throw open the call for venues for next year's (2006) YAPC::NA conference.

You can get details on what a YAPC venue needs at http://www.yapc.org/venue-reqs.txt. When making your proposal, in addition to venue information and possible dates, do please make sure to include details on airport locations, local public transit (as well as transit to the venue from the airport!), local cultural attractions, and accommodation information. (See the docs for more details) The more information you provide, within reason, the better.

As with last year, we are also making available the different categories, and weight for those categories, for prospective proposers. Please visit http://yapc.org/yapc-crit.txt for more information on this. This shows the catgeories under which venues will be reviewed to be able to bring another great conference to you, at the lowest cost possible.

Send the proposals to yapc-venues AT yetanother DOT org. Proposals are due by Friday, September 2 2005, with a decision due on September 16 2005. (If the summertime vacation blahs catch everyone out we may extend the deadline. Don't count on that) This gives about N weeks, which should be manageable, and should still fit within most college and university scheduling requirements.

This is your chance to bring a YAPC to your town. It's a very rewarding experience, and is a great way to give to the Perl community."

Pugs 6.2.8 Released

posted by pudge on 2005.07.15 16:45   Printer-friendly
autrijus writes "After nearly 1000 commits, two hackathons, and an entire month of hard work, I am delighted to announce that Pugs 6.2.8 is finally upon us."
Yesterday's News  >