Recently, I was browsing through Powell's Technical Bookstore here in Portland, Oregon, when my eye fell on a copy of the Pink Camel. After retrieving my eye, I grabbed the book and started reading through it. First published in 1991, this book by Larry Wall and Randal Schwartz (a.k.a. merlyn) is a classic. I had to buy it and at only $9.95, it was a steal (well, to me at least).

Some of my friends and I had a blast sitting around and reading choice passages from it. Nostalgia can be a Good Thing. Because I want everyone to share my joy, here's page xix, explaining how to get Perl via anonymous uucp (I hope this is covered under Fair Use laws or something like that!).


You can get Perl via anonymous uucp from the site osu-cis, thanks to J. Greely <jgreely@cis.ohio-state.edu> or <osu-cis!jgreely>

You should use the following lines in your L.sys or Systems file:

# # Direct Trailblazer # The modem is occasionally unavailable. # osu-cis Any ACU 19200 1-614-292-5112 in:--in:--in: Uanon # # Direct V.32 (MNP 4) # dead, dead, dead...sigh. # #osu-cis Any ACU 9600 1-614-292-5112 in:--in:--in: Uanon # # Micom port selector, at 1200, 2400, or 9600 bps. # Replace the ##'s below with 12, 24, or 96 (both speed and phone nu +mber). # # The following is really one line. Just don't type the # backslash-return that we've added to make it fit this book osu-cis Any ACU ##00 1-614-292-31## "" \r\c Name? ocu-cis nected \ \c GO \d\r\d\r\d\r\d\r\d\r\d\r\d\r in:--in:--in: Uanon

Of course, you may need to modify this information, as appropriate for your site, to deal with your local telephone system. There are no limitations concerning the hours of the day you may call, and the only charge is your long distance call.

You should probably get these two files first:

osu-cis!~/GNU.how_to_get. osu-cis!~/ls-lR.Z

This will give you a listing of all the sources available at that site. However, the current Perl distribution is in the files:

  osu-cis!~/perl/4.0/kits@19/perl.kitXX.Z (XX=01-40)

As noted above, this information is subject to change, and may be out-of-date by the time you read this book.

At any rate, if you have trouble, you can send e-mail to osu-cis!uucp.

To obtain sources from uunet, call 1-900-468-7727 and use the login "uucp" with no password. The Perl distribution is in the file ~uucp/gnu/perl-4.0.10.tar.Z. The examples from this book are in ~uucp/nutshell/perl/perl.tar.Z. As of this writing, the cost is 40 cents per minute. The charges will appear on your next telephone bill. The Perl distribution is about 700,000 bytes, compressed, so don't do this unless you have a Telebit Trailblazer or other very high speed modem.


Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.


In reply to (OT) Blast from the Past: The Pink Camel by Ovid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.