in reply to Perl history: when did Perl get a range operator?

I took a look around, this looks like a perl 4 reference guide of the sorts, which does include the range operator: '.. Enumeration, also input line range operator.'
http://www.rexswain.com/perl4.html#operators

I am having a hard time looking up any kind of references on perl version 1, 2, and 3.
  • Comment on Re: Perl history: when did Perl get a range operator?

Replies are listed 'Best First'.
Re^2: Perl history: when did Perl get a range operator?
by Anonymous Monk on Dec 09, 2015 at 20:26 UTC
    Wikipedia has a link to google archive of comp.sources.unix, which has what looks like the source of Perl 1 :)