Help for this page

Select Code to Download


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