in reply to POD: For Beginners

There are lots of examples that are shipped with perl, basically every script or module shipped with perl comes with documentation in POD format.
$ perldoc -l CGI /home/moritz/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/CGI.pm $ less /home/moritz/perl5/perlbrew/perls/perl-5.14.1/lib/5.14.1/CGI.pm

You might also find podchecker useful.

Replies are listed 'Best First'.
Re^2: POD: For Beginners
by perl.j (Pilgrim) on Jul 22, 2011 at 18:15 UTC
    I'm sorry I don't quite understand what you're saying.
    perl.j-----A Newbie To Perl
      It seems quite plain, in context: he's saying "Read some samples -- from among your .pm files -- and here's one way to do it."

      Until you've done that, and until you have carefully read the docs cited above, you haven't done your part in this learning partnership.