Perl
From SwinBrain
Perl stands for Practical Extraction and Report Language. This is a general purpose language that excels at text processing.
Hello World in Perl
#!/usr/bin/perl -w print "Hello, world!\n";
Further Information
- Sample Code for Perl
- www.perl.org
- Perl on WikiPedia