| Newsgroups |
gmane.comp.lang.perl.daily.news |
| Message-ID |
<1188093810.036357-4324-slash-slashcluster-http-4.osdn.net@use.perl.org> |
use Perl Daily Newsletter
In this issue:
* Today's snazzy ack trick
* Pittsburgh Perl Workshop: one-day Perl course
* Perl 6 Design Minutes for 22 August 2007
* New CPAN Distributions for August 25, 2007
+--------------------------------------------------------------------+
| Today's snazzy ack trick |
| posted by brian_d_foy on Saturday August 25, @02:47 (User Journal|
| http://use.perl.org/article.pl?sid=07/08/25/0627249 |
+--------------------------------------------------------------------+
I'm going through a codebase that's got a ton of unused files that have
never been pruned. I use [0]ack to look to see if a given file is used,
and if not, svn rm the sucker. Then the domino effect starts. Removing
that file means that there may well be others, both HTML and graphic,
that are no longer used, too. Here's my handy tool to make that easier:
svn diff | grep ^- | ack '(href|src)="(.+?)"' --output='$2' | sort -u
Get the diff, only look at the lines where something's been removed, then
find href= or src=, and only show what's in the parens, then sort and
dedupe. Voila!
Discuss this story at:
http://use.perl.org/comments.pl?sid=07/08/25/0627249
Links:
0. http://petdance.com/ack/
+--------------------------------------------------------------------+
| Pittsburgh Perl Workshop: one-day Perl course |
| posted by brian_d_foy on Saturday August 25, @16:20 (Events) |
| http://use.perl.org/article.pl?sid=07/08/25/201243 |
+--------------------------------------------------------------------+
[0]rblackwe writes "The [1]Pittsburgh Perl Workshop is happy to announce
"From Zero To Perl," a special course for programmers new to the Perl
programming language, to be taught by returning PPW speaker, Daniel
Klein. There is an additional registration fee of $65 to take this
course. Please select either the "Regular + From Zero To Perl" or
"Student + From Zero To Perl" options when registering. Seating in this
course is limited.
This story continues at:
http://use.perl.org/article.pl?sid=07/08/25/201243
Discuss this story at:
http://use.perl.org/comments.pl?sid=07/08/25/201243
Links:
0. mailto:[email protected]
1. http://pghpw.org/
+--------------------------------------------------------------------+
| Perl 6 Design Minutes for 22 August 2007 |
| posted by brian_d_foy on Saturday August 25, @16:22 (User Journal|
| http://use.perl.org/article.pl?sid=07/08/25/202252 |
+--------------------------------------------------------------------+
The Perl 6 design team met by phone on 22 August 2007. Larry, Patrick,
Jesse, Nicholas, and chromatic attended.
This story continues at:
http://use.perl.org/article.pl?sid=07/08/25/202252
Discuss this story at:
http://use.perl.org/comments.pl?sid=07/08/25/202252
+--------------------------------------------------------------------+
| New CPAN Distributions for August 25, 2007 |
| posted by pudge on Saturday August 25, @18:30 (Module Listings) |
| http://use.perl.org/article.pl?sid=07/08/25/1530207 |
+--------------------------------------------------------------------+
* [0]Alzabo-GUI-Mason-0.11 -- A GUI for Alzabo using Mason
* [1]Apache2-BalanceLogic-0.0.1 -- Perl extension for
mod_proxy_balancer
* [2]Business-ISBN-2.02_02 -- work with International Standard Book
Numbers
* [3]Business-KontoCheck-2.3 -- Perl extension for checking German and
Austrian Bank Account Numbers
* [4]CGI-Application-Plugin-Mason-1.00 -- HTML::Mason plugin for
CGI::Application
* [5]Class-Data-Annotated-0.1 -- Data::Annotated wrapped objects
* [6]Data-Annotated-0.02 -- Data structure Annotation module
* [7]File-HomeDir-0.66 -- Find your home and other directories, on any
platform
* [8]List-Tuples-0.03 -- Makes tuples from lists
* [9]Mac-PropertyList-SAX-0.62 -- work with Mac plists at a low level,
fast
* [10]Mac-PropertyList-SAX-0.63 -- work with Mac plists at a low level,
fast
* [11]OCR-Naive-0.03 -- convert images into text in a extremely naive
fashion
* [12]OpenThought-1.99.16 -- An AJAX transport and helper library,
making AJAX-based page updates trivial
* [13]POE-Component-Server-IRC-1.18 -- A fully event-driven networkable
IRC server daemon module.
* [14]Regexp-Exhaustive-0.01 -- Find all possible matches, including
backtracked and overlapping, of a pattern against a string
* [15]String-Mutate-0.03 -- extensible chaining of string modifiers
* [16]Test-Tester-0.105 -- Ease testing test modules built with
Test::Builder
* [17]basis-0.04 -- use base with import call
* [18]dockhand
* [19]v6-0.019 -- An experimental Perl 6 implementation
Discuss this story at:
http://use.perl.org/comments.pl?sid=07/08/25/1530207
Links:
0. http://search.cpan.org/~drolsky/Alzabo-GUI-Mason-0.11
1. http://search.cpan.org/~miki/Apache2-BalanceLogic-0.0.1
2. http://search.cpan.org/~bdfoy/Business-ISBN-2.02_02
3. http://search.cpan.org/~michel/Business-KontoCheck-2.3
4. http://search.cpan.org/~holly/CGI-Application-Plugin-Mason-1.00
5. http://search.cpan.org/~zaphar/Class-Data-Annotated-0.1
6. http://search.cpan.org/~zaphar/Data-Annotated-0.02
7. http://search.cpan.org/~adamk/File-HomeDir-0.66
8. http://search.cpan.org/~nkh/List-Tuples-0.03
9. http://search.cpan.org/~kulp/Mac-PropertyList-SAX-0.62
10. http://search.cpan.org/~kulp/Mac-PropertyList-SAX-0.63
11. http://search.cpan.org/~karasik/OCR-Naive-0.03
12. http://search.cpan.org/~eric/OpenThought-1.99.16
13. http://search.cpan.org/~bingos/POE-Component-Server-IRC-1.18
14. http://search.cpan.org/~lodin/Regexp-Exhaustive-0.01
15. http://search.cpan.org/~tbone/String-Mutate-0.03
16. http://search.cpan.org/~fdaly/Test-Tester-0.105
17. http://search.cpan.org/~sknpp/basis-0.04
18. http://search.cpan.org/~delon/dockhand
19. http://search.cpan.org/~fglock/v6-0.019
Copyright 1997-2006 pudge. All rights reserved.
======================================================================
# Unsubscribe mailto:[email protected]
# News, archives, discussion http://use.perl.org/
# Perl News in The Perl Journal http://www.tpj.com/
# Feedback and news ideas mailto:[email protected]
# http://use.perl.org/submit.pl