Jump to content

Perl: Difference between revisions

From EDM2
No edit summary
Line 1: Line 1:
Perl is a high-level, general-purpose, interpreted, dynamic programming language. In addition to CGI, Perl is used for graphics programming, system administration, network programming, finance, bioinformatics, and other applications but remains most popular as a scripting tool for web applications. The OS/2 implementation of Perl has a rather neat module called OS2:REXX that allows you to call [[DLL]]'s that follow the [[REXX]] calling convention enabling Perl users to use any REXX extensions in their programs
Perl is a high-level, general-purpose, interpreted, dynamic programming language. In addition to CGI, Perl is used for graphics programming, system administration, network programming, finance, bioinformatics, and other applications but remains most popular as a scripting tool for web applications. The OS/2 implementation of Perl has a rather neat module called OS2:REXX that allows you to call [[DLL]]'s that follow the [[REXX]] calling convention enabling Perl users to use any REXX extensions in their programs
;JPerl
This is a version of Perl that allows it to be used with Japanese character sets, it was originally a patch by Yasushi Saito for Perl 4 but was expanded by Hirofumi Watanabe who maintained a JPerl OS/2 port for a number of years that also got ported to [[DOS]] and [[Microsoft Windows]]. There was resistance from the main Perl author for almost two decades to add the JPerl changes to the main codebase but in the end some of the changes eventually got folded into Perl 5.8.0 and subsequent releases.


===Perl libraries===
===Perl libraries===
Line 28: Line 31:
* [https://www.xav.com/perl/lib/Pod/perldos.html XAV's Active State DOS Perl archive] - Instructions on how to compile Perl for DOS
* [https://www.xav.com/perl/lib/Pod/perldos.html XAV's Active State DOS Perl archive] - Instructions on how to compile Perl for DOS
* [http://www.dmst.aueb.gr/dds/sw/ports/dosperl/ Perl 3.0 for MS-DOS] A native DOS port of version 3, outdated but better native support than the later versions
* [http://www.dmst.aueb.gr/dds/sw/ports/dosperl/ Perl 3.0 for MS-DOS] A native DOS port of version 3, outdated but better native support than the later versions
 
* [http://homepage2.nifty.com/kipp/perl/jperl/djgpp/HOW2MAKE.JPL JPerl 5.005_03] - Instructions on how to create a DOS JPerl from source.
;DOS text & programmers editors with Perl support
;DOS text & programmers editors with Perl support
* [[Boxer]] - Perl syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold.
* [[Boxer]] - Perl syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold.
Line 35: Line 38:
==Version==
==Version==
* '''Latest Version:''' Perl version 5.14.2 (2012-01-05)
* '''Latest Version:''' Perl version 5.14.2 (2012-01-05)
* Latest JPerl version: [http://homepage1.nifty.com/jsawa/os2/perl/perl5005_03j.tar.bz2 JPerl v5.005_03-990503] (1999-06-27)


==Links==
==Links==
Line 57: Line 61:
* [[Andreas Kaiser]] (Long time OS/2 port maintainer, OS2:REXX)
* [[Andreas Kaiser]] (Long time OS/2 port maintainer, OS2:REXX)
* [[Ilya Zakharevich]] (Long time OS/2 port maintainer)
* [[Ilya Zakharevich]] (Long time OS/2 port maintainer)
* [[Hirofumi Watanabe]] (Japanese OS/2 port)
* [[Hirofumi Watanabe]] (Japanese OS/2 port & patches to the main code)
* [[Paul Smedley]] (Current OS/2 port)
* [[Paul Smedley]] (Current OS/2 port)



Revision as of 17:44, 25 June 2016

Perl is a high-level, general-purpose, interpreted, dynamic programming language. In addition to CGI, Perl is used for graphics programming, system administration, network programming, finance, bioinformatics, and other applications but remains most popular as a scripting tool for web applications. The OS/2 implementation of Perl has a rather neat module called OS2:REXX that allows you to call DLL's that follow the REXX calling convention enabling Perl users to use any REXX extensions in their programs

JPerl

This is a version of Perl that allows it to be used with Japanese character sets, it was originally a patch by Yasushi Saito for Perl 4 but was expanded by Hirofumi Watanabe who maintained a JPerl OS/2 port for a number of years that also got ported to DOS and Microsoft Windows. There was resistance from the main Perl author for almost two decades to add the JPerl changes to the main codebase but in the end some of the changes eventually got folded into Perl 5.8.0 and subsequent releases.

Perl libraries

Foreign libraries with Perl bindings

  • Cairo - 2D graphics library - Open source - Current
  • LibcURL - Internet URL (WWW, FTP, etc) access - Open Source - Current.
  • Libxml2 - XML parser - Open source - Current
  • Libxslt - XSLT parser - Open source - Current
  • LZ4 - Compression library - Open source - Current
  • Snappy - Compression lib. - Open Source - Current.

Perl related programmer's utilities

  • Exuberant ctags - Creates index files out of Perl source files - Open source - Current.
OS/2 Text & programmers editors with Perl support
  • Boxer - Perl syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold.
  • Elvis - Perl syntax support included by default - Open source - Current.
  • Enhanced Editor - Has Perl syntax highlighting built in with some auto-formatting features.
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.
  • jEdit - Java based editor - Perl syntax highlighting built in - Current.
  • Lugaru Epsilon - Perl syntax highlighting, code folding and syntax-aware autoindent. - Commercial.
  • NEdit - XFree86 - Autoindent, autocomplete and syntax highlighting - Open source - Discontinued.

DOS Perl

While not officially supported Perl can be compiled and used with DOS using the 4.x branch, at this point in time 5.x branch is not supported.

DOS text & programmers editors with Perl support
  • Boxer - Perl syntax highlighting support built in - Commercial - DOS and OS/2 versions discontinued, Win32 version still sold.
  • Elvis - Perl syntax support included by default - Open source - Current
  • FTE - Has support for syntax highlighting, code folding and syntax-aware autoindent. - Open source - Current.

Version

Links

Publications

Local articles
Books

Licence

Author