http://www.perlmonks.org?node_id=238213


in reply to Why I learn a language.

I first learned perl in 95, say about May or June. We used this office suite for unix called Uniplex (on some sequent machines). This suite handled mail with multiple mailboxes, and even the ability to retrieve mail that hasn't been read yet. People would archive mail or whatever, and after a while there were thousands of messages, and we would run out of disk space, so we would tell the users to clean up their mailboxes. However, there was no bulk way to delete mail. You had to delete each message one by one. So, I learned perl 5.00 something or other so I could write a program to manage the mail, deleting by name, subject, date, whatever.

Interesting aside, at the time the perl version would not compile for dynix/ptx 4.0.1, which was the version we were using. A couple of things were just a little bit different, a little nonstandard, and there was an extra underscore at the beginning of a macro for file access or something, that the Configure program didn't detect yet. I submitted a patch, but I got a return mail saying it was fixed in the next version that hadn't been released yet. Oh.

Anyway...

Replies are listed 'Best First'.
Re: Re: Why I learn a language.
by riffraff (Pilgrim) on Feb 24, 2003 at 19:55 UTC
    Which really didn't answer the question at all...

    I rarely learn a language because I have to anymore. I now pretty much learn a language just because I want to, because it seems interesting. I'm currently checking out smalltalk (well, squeak) and lisp, sort of.