From 91a1772fbcd34d75bc1aa05ffae18ae5ccf5e78a Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Thu, 20 Sep 2001 08:43:24 +0000 Subject: Update to 2.9 Approved by: maintainer --- mail/p5-Mail-POP3Client/pkg-descr | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mail/p5-Mail-POP3Client/pkg-descr') diff --git a/mail/p5-Mail-POP3Client/pkg-descr b/mail/p5-Mail-POP3Client/pkg-descr index 394af7705446..ae7a5ad53141 100644 --- a/mail/p5-Mail-POP3Client/pkg-descr +++ b/mail/p5-Mail-POP3Client/pkg-descr @@ -1,16 +1,16 @@ -DESCRIPTION +DESCRIPTION This module implements an Object-Oriented interface to a POP3 server. It is based on RFC1081. -USAGE +USAGE Here is a simple example to list out the headers in your remote mailbox: -#!/usr/local/bin/perl +#!/usr/bin/perl -use Mail::POP3Client; +use Mail::POP3Client; $pop = new Mail::POP3Client("me", "mypassword", "pop3.do.main"); -for ($i = 1; $i <= $pop->Count; $i++) { +for ($i = 1; $i <= $pop->Count; $i++) { print $pop->Head($i), "\n"; -} +} -- cgit v1.2.3