From: short <> Date: Sat, 18 Dec 2004 09:19:53 +0000 (+0000) Subject: +Comment regarding records format. X-Git-Tag: bp_lace~11 X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=commitdiff_plain;h=c398068b75d290b596982eddc0fe23678a601c76 +Comment regarding records format. --- diff --git a/contacts-n9k2mutt b/contacts-n9k2mutt index d916e88..6aa6561 100755 --- a/contacts-n9k2mutt +++ b/contacts-n9k2mutt @@ -17,6 +17,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Name: Lastname Firstname "nick1" "nick2", dropped text +# Company: same as Name to indicate company record + use vars qw($VERSION); $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };