Differences between revisions 1 and 2
Revision 1 as of 2022-09-26 19:21:41
Size: 283
Comment:
Revision 2 as of 2022-09-26 19:25:44
Size: 530
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

'''Perl''' is a scripting language for Unix systems. It borrowed and built upon the syntax of Unix tools like [[Ed|ed]] and [[Awk|awk]], and in turn inspired the '''PCRE''' ('''Perl Compatible Regular Expressions''') and '''PCRE2''' libraries.

Perl

Perl is a scripting language for Unix systems. It borrowed and built upon the syntax of Unix tools like ed and awk, and in turn inspired the PCRE (Perl Compatible Regular Expressions) and PCRE2 libraries.

This article refers to Perl 5, not raku.


Example

print "Hello, World!\n";


Servers and Applications

* ddclient


CategoryRicottone

Perl (last edited 2025-03-04 03:20:54 by DominicRicottone)