use Perl;

ambs on 2004-02-01T21:41:55

Isn't it missing a POD format for these entries?


Huh?

rob_au on 2004-02-02T10:27:20

=pod

=head1 NAME

Huh?

=head1 DESCRIPTION

Whilst POD is good and all, I find it a little verbose for typing short replies :-)

=head1 AUTHOR

Rob Casey <rob.casey@bluebottle.com>

=cut

Re:Huh?

ambs on 2004-02-02T14:37:43

not true.

specially if you omit the =pod and =cut and normally you do not need to sign (slash does that for you).

Meanwhile, to use code like this:

  foo
  bar

is very nice ;-)