... The attachment was text, but encoded as binary, I guess: Date: Sun May 1 11:54:11 2005 Subject: [Boulder.pm] Higher-Order Perl, Monday 8p Message-ID:...
Was this a one time event or can I expect to see more such meetings? I regret I was unable to attend. Siegfried _____ From: extremeperl@yahoogroups.com...
Registration is now open for the Agile2005 Conference to be held at the Denver Marriott City Center July 24-29. We are offering a special discounted rate of ...
Hello, I'd like to use the IO::ClassLoader class. But the code die's at this line: Bivio::IO::Alert->bootstrap_die('maps must be a hash_ref') unless...
... These are configuration parameters. Bivio::IO::ClassLoader offers three services: simple imports, mapped imports, and delegated imports. The header...
... ack. More of the Bivio self-containedness. ... http://www.metaperl.com/article-pod/Catalog-lazy_loaders/lazy_loaders.html ... yes, I call those lazy...
Rob, thank you for your answer. My problem is that I have a script which uses Bivio. This is working fine. My task is that I have to move it to a different...
I having been using Perl for over 10 years now, and have built some fairly complex applications for example several Employee Benefits Enrollment system, the...
... I don't agree. I have several great text editors with debugger support for Perl, so your argument boils down to a lack of testing and refactoring support....
I looked at Test::Databaserow and it does not appear to be nearly as sophisticated as Java's DBUnit. I did a search for Test and Database and came up with...
First of all, thanks so much for your response. ... I think you are basically correct about that. I'd add code-assist and dynamic syntax-checking as well, but...
... I have not yet tried this, but you might have a look at http://search.cpan.org/dist/DBD-Mock/ (DBD::Mock) I agree that we need something better, and...
* ... Could you articulate these great editors and debuggers? Perhaps some URLs? Thanks, Siegfried [Non-text portions of this message have been removed]...
... I'm currently using Kate, the KDE advanced editor, with perltidy bound to a hotkey. It hits the sweet spot between too GUI and too old skool for me, and...
... I code Java in my day job with IDEA (www.jetbrains.com) and I'd LOVE something like this for perl. It's very difficult to impart how useful refactoring is...
I want to say first that I would welcome improvements to Perl coding tools. For example, the existence of perltidy has been a big plus for me in recent years,...
... North Korea. :-) ... I have a feeling that Eclipse + JUnit makes whitebox testing easier, but blackbox testing is going to be less emphasized. This ends up...
... Oops, I shouldn't write things like this when I'm half asleep. With South Korea, Starcraft would be the thing you'd have a hard time getting them to hand...
... True, but any technique can be abused and lead to uncontrollable complexity. Structured programming isn't the savior it once was. The real benefit of...
... I think Perl 6 is the biggest danger to Perl's future. The main thing I don't like about Perl6 is the disdain for backwards compatibility: ? : is now ?? ::...
... There is a plausible scenario where a new generation of Perl power users are drawn to better tools and as a result create lots of less-insane code. If the...
... There is no disdain for backwards compatibility. This has always been one of the biggest concerns of the Perl 6 development team. That is why Ponie is...
... There is. It's called "traits". http://www.cse.ogi.edu/~black/publications/TR_CSE_02-012.pdf That paper outlines the problems with inheritance. It also...
... It's been on my radar for a while, hampered by the fact that my encounters with Eclipse to date have been just awful. It's not something you can just start...