| Perl Programming | ||
|---|---|---|
| General | ||
#!/usr/bin/perl
# The Perl version of "Hello, world."
use strict;
use warnings;
print "Just another Perl hacker.\n";
|
||
| Previous | http://stuff.mit.edu/iap/perl/ | Next |