LYCOS RETRIEVER
Perl: Report Language
built 631 days ago
Larry Wall began work on Perl in 1987, while working as a programmer at Unisys,[3] and released version 1.0 to the comp.sources.misc newsgroup on December 18, 1987[4]. The language expanded rapidly over the next few years. Perl 2, released in 1988, featured a better regular expression engine. Perl 3, released in 1989, added support for binary data streams.
Source:
If you want to compile Perl for Win32 yourself, only the Microsoft Visual C/C++ is actively supported, but if you want to pay for your compiler the ... Borland C++ Builder Studio should work reasonably well. MinGW is a free option that also has been known to work. The Open Watcom, the Digital Mars, and lcc compiler are available (the last one for non-commercial use only), but there are no reports of Perl being built with them (patches welcomed by perl5-porters).
Source:
There is no written specification or standard for the Perl language, and no plans to create one for the current version of Perl. There has only ever been one implementation of the interpreter. That interpreter, together with its functional tests, stands as a de facto specification of the language.
Source: