Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Open-source repository question - perl on git
- Date: Fri, 21 Aug 2009 15:24:57 +0900
- From: Edward Middleton <emiddleton@example.com>
- Subject: Re: [tlug] Open-source repository question - perl on git
- References: <5634e9210907141717r18873031s7dfc4dd216c708a5@example.com> <877hyak75b.fsf@example.com> <4A5D556F.2050605@example.com> <873a8yjvhd.fsf@example.com> <4A5D9487.7010604@example.com> <87ws6ai6ag.fsf@example.com>
- User-agent: Thunderbird 2.0.0.22 (X11/20090731)
Just a data point, Perl (all 130 Mb of it) is on git[1] and github[2]. Right back to. a "replacement" for awk and sed [ Perl is kind of designed to make awk and sed semi-obsolete. This posting will include the first 10 patches after the main source. The following description is lifted from Larry's manpage. --r$ ] Perl is a interpreted language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). It combines (in the author's opinion, anyway) some of the best features of C, sed, awk, and sh, so people familiar with those languages should have little difficulty with it. (Language historians will also note some vestiges of csh, Pascal, and even BASIC-PLUS.) Expression syntax corresponds quite closely to C expression syntax. If you have a problem that would ordinarily use sed or awk or sh, but it exceeds their capabilities or must run a little faster, and you don't want to write the silly thing in C, then perl may be for you. There are also translators to turn your sed and awk scripts into perl scripts. Larry Wall (author) December 18, 1987 Edward 1. http://github.com/blog/276-perl-mirror-on-github 2. http://github.com/github/perl/commit/8d063cd8450e59ea1c611a2f4f5a21059a2804f1
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Unix's 40th Birthday
- Next by Date: Re: [tlug] Unix's 40th Birthday
- Previous by thread: Re: [tlug] Call for presenters - September 12th technical meeting
- Next by thread: [tlug] migrating Japanese filenames from old to new samba server
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links