[27710] in Perl-Users-Digest

home help back first fref pref prev next nref lref last post

Perl-Users Digest, Issue: 9129 Volume: 10

daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Fri Apr 7 03:05:45 2006

Date: Fri, 7 Apr 2006 00:05:05 -0700 (PDT)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)

Perl-Users Digest           Fri, 7 Apr 2006     Volume: 10 Number: 9129

Today's topics:
        [ANNOUNCE] Emacs modules for Perl programming (Jari Aalto+mail.perl)
        new CPAN modules at Fri Apr  7 2006 (Randal Schwartz)
        Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)

----------------------------------------------------------------------

Date: 07 Apr 2006 04:30:18 GMT
From: <jari.aalto@poboxes.com> (Jari Aalto+mail.perl)
Subject: [ANNOUNCE] Emacs modules for Perl programming
Message-Id: <perl-faq/emacs-lisp-modules_1144384192@rtfm.mit.edu>

Archive-name: perl-faq/emacs-lisp-modules
Posting-Frequency: 2 times a month
Maintainer: Jari Aalto A T cante net

Announcement: "What Emacs lisp modules can help with programming Perl"

    Preface

        Emacs is your friend if you have to do anything comcerning software
        development: It offers plug-in modules, written in Emacs lisp
        (elisp) language, that makes all your programmings wishes come
        true. Please introduce yourself to Emacs and your programming era
        will get a new light.

    Where to find Emacs/XEmacs

        o   Unix:
            http://www.gnu.org/software/emacs/emacs.html
            http://www.xemacs.org/

        o   Unix Windows port (for Unix die-hards):
            install http://www.cygwin.com/  which includes native Emacs 21.x.
            and XEmacs port

        o   Pure Native Windows port
            http://www.gnu.org/software/emacs/windows/ntemacs.html
            ftp://ftp.xemacs.org/pub/xemacs/windows/setup.exe

        o   More Emacs resources at
            http://tiny-tools.sourceforge.net/  => Emacs resource page

Emacs Perl Modules

    Cperl -- Perl programming mode

        http://math.berkeley.edu/~ilya/software/emacs/
        by Ilya Zakharevich

        CPerl is major mode for editing perl files. Also included in
        latest Emacs, but newest version is at Ilya's site. Note that
        the directrory at CPAN is out of date:
        http://www.cpan.org/modules/by-authors/id/ILYAZ/cperl-mode/

        Compared to default `perl-mode' that comes with Emacs, this
        one has more features.

    TinyPerl -- Perl related utilities

        http://tiny-tools.sourceforge.net/

        If you ever wonder how to deal with Perl POD pages or how to find
        documentation from all perl manpages, this package is for you.
        Couple of keystrokes and all the documentaion is in your hands.

        o   Instant function help: See documentation of `shift', `pop'...
        o   Show Perl manual pages in *pod* buffer
        o   Grep through all Perl manpages (.pod)
        o   Follow POD references e.g. [perlre] to next pod with RETURN
        o   Coloured pod pages with `font-lock'
        o   Separate `tiperl-pod-view-mode' for jumping topics and pages
            forward and backward in *pod* buffer.

        o   Update `$VERSION' variable with YYYY.MMDD on save.
        o   Load source code into Emacs, like Devel::DProf.pm
        o   Prepare script (version numbering) and Upload it to PAUSE
        o   Generate autoload STUBS (Devel::SelfStubber) for you
            Perl Module (.pm)

    TinyIgrep -- Perl Code browsing and easy grepping

        [TinyIgrep is included in Tiny Tools Kit]

        To grep from all installed Perl modules, define database to
        TinyIgrep. There is example file emacs-rc-tinyigrep.el that shows
        how to set up dattabases for Perl5, Perl4 whatever you have
        installed

        TinyIgrep calls Igrep.el to to do the search, You can adjust
        recursive grep options, set search case sensitivity, add user grep
        options etc.

        You can find latest `igrep.el' module at
        <http://groups.google.com/groups?group=gnu.emacs.sources> The
        maintainer is Jefin Rodgers <kevinr@ihs.com>.

    TinyCompile -- To Browse grep results in Emacs *compile* buffer

        TinyCompile is a minor mode for *compile* buffer from where
        you can collapse unwanted lines or shorten file URLs:

            /asd/asd/asd/asd/ads/as/da/sd/as/as/asd/file1:NNN: MATCHED TEXT
            /asd/asd/asd/asd/ads/as/da/sd/as/as/asd/file2:NNN: MATCHED TEXT

            -->

            cd /asd/asd/asd/asd/ads/as/da/sd/as/as/asd/
            file1:NNN: MATCHED TEXT
            file1:NNN: MATCHED TEXT

End



------------------------------

Date: Fri, 7 Apr 2006 04:42:04 GMT
From: merlyn@stonehenge.com (Randal Schwartz)
Subject: new CPAN modules at Fri Apr  7 2006
Message-Id: <IxC524.1osq@zorch.sf-bay.org>

The following modules have recently been added to or updated in the
Comprehensive Perl Archive Network (CPAN).  You can install them using the
instructions in the 'perlmodinstall' page included with your Perl
distribution.

Mail-VRFY-0.56
http://search.cpan.org/~jkister/Mail-VRFY-0.56/
Utility to verify an email address
----
EOL-v0.0.1
http://search.cpan.org/~twylie/EOL-v0.0.1/
This module aids in the conversion of text file newline characters within the context of other perl code; includes command line executable.
----
BLASTaid-v0.0.3
http://search.cpan.org/~twylie/BLASTaid-v0.0.3/
A simple interface for byte indexing a WU-BLAST multi-part report for faster access.
----
Test-Parser-1.1
http://search.cpan.org/~bryce/Test-Parser-1.1/
Base class for parsing log files from test runs, and displays in an XML syntax.
----
SVN-Notify-2.57
http://search.cpan.org/~dwheeler/SVN-Notify-2.57/
Subversion activity notification
----
Class-Param-0.1
http://search.cpan.org/~chansen/Class-Param-0.1/
Param Class
----
Sort-Key-1.17
http://search.cpan.org/~salva/Sort-Key-1.17/
fastest way to sort things in perl
----
Sort-Key-1.16
http://search.cpan.org/~salva/Sort-Key-1.16/
fastest way to sort things in perl
----
Gantry-3.24
http://search.cpan.org/~tkeefer/Gantry-3.24/
Web application framework for mod_perl, cgi, etc.
----
BLASTaid-v0.0.2
http://search.cpan.org/~twylie/BLASTaid-v0.0.2/
A simple interface for byte indexing a WU-BLAST multi-part report for faster access.
----
Net-MAC-Vendor-0.23
http://search.cpan.org/~bdfoy/Net-MAC-Vendor-0.23/
look up the vendor for a MAC
----
Podcast-Publisher-0.45
http://search.cpan.org/~cdawson/Podcast-Publisher-0.45/
Module for creating and managing podcasts
----
GSSAPI-0.21
http://search.cpan.org/~agrolms/GSSAPI-0.21/
Perl extension providing access to the GSSAPIv2 library
----
DateStamp-v1.0.4
http://search.cpan.org/~twylie/DateStamp-v1.0.4/
A simple OO interface to current system time and date.
----
HTTP-Size-0.93
http://search.cpan.org/~bdfoy/HTTP-Size-0.93/
Get the byte size of an internet resource
----
Mac-Path-Util-0.22
http://search.cpan.org/~bdfoy/Mac-Path-Util-0.22/
convert between darwin and Mac paths
----
Encode-2.15
http://search.cpan.org/~dankogai/Encode-2.15/
character encodings
----
Chroniton-0.01_1
http://search.cpan.org/~jrockway/Chroniton-0.01_1/
main interface to the Chroniton backup system.
----
POE-0.34
http://search.cpan.org/~rcaputo/POE-0.34/
portable multitasking and networking framework for Perl
----
Samba-LDAP-0.02
http://search.cpan.org/~ghenry/Samba-LDAP-0.02/
Manage a Samba PDC with an LDAP Backend
----
TiVo-Calypso-1.3.2
http://search.cpan.org/~sschneid/TiVo-Calypso-1.3.2/
a Perl interface to the TiVo Calypso protocol
----
IP-Country-2.21
http://search.cpan.org/~nwetters/IP-Country-2.21/
fast lookup of country codes from IP addresses
----
Catalyst-Plugin-Message-0.03
http://search.cpan.org/~chunzi/Catalyst-Plugin-Message-0.03/
The great new Catalyst::Plugin::Message!
----
Class-DBI-Plugin-Param-0.02
http://search.cpan.org/~naoya/Class-DBI-Plugin-Param-0.02/
Adding param() method to your CDBI object.


If you're an author of one of these modules, please submit a detailed
announcement to comp.lang.perl.announce, and we'll pass it along.

print "Just another Perl hacker," # the original

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
 <merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
 Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
 See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


------------------------------

Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin) 
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>


Administrivia:

#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc.  For subscription or unsubscription requests, send
#the single line:
#
#	subscribe perl-users
#or:
#	unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.  

NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice. 

To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.

#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.

#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.


------------------------------
End of Perl-Users Digest V10 Issue 9129
***************************************


home help back first fref pref prev next nref lref last post