- or download this
<font size="-1">#!/usr/bin/perl -w
use strict;
...
foo: $foo
bar: $bar
EOT
- or download this
=====
...
variable names appear.
foo: 123.45
bar: Martha Stewedprune
- or download this
my $url = "http://www.maperl.com";
my $text = "Mother of Perl";
...
<a href="$url">$text</a>
EOT
- or download this
<a href="http://www.maperl.com">Mother of Perl</a>