/[cvs]/nfo/perl/scripts/outlook2ldap/bin/feed_contacts.pl
ViewVC logotype

Diff of /nfo/perl/scripts/outlook2ldap/bin/feed_contacts.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Mon Jan 20 21:20:35 2003 UTC revision 1.3 by joko, Mon Jan 20 21:50:49 2003 UTC
# Line 4  Line 4 
4  ##  $Id$  ##  $Id$
5  ## --------------------------------------------------------------------------------  ## --------------------------------------------------------------------------------
6  ##  $Log$  ##  $Log$
7    ##  Revision 1.3  2003/01/20 21:50:49  joko
8    ##  + now utilizing 'org::netfrag::preambel'
9    ##
10  ##  Revision 1.2  2003/01/20 21:20:35  joko  ##  Revision 1.2  2003/01/20 21:20:35  joko
11  ##  - now doesn't use a hardcoded $libpath any more  ##  - now doesn't use a hardcoded $libpath any more
12  ##  ##
# Line 13  Line 16 
16  use strict;  use strict;
17  use warnings;  use warnings;
18    
19  BEGIN {  use lib qw( ../libs );
20    use FindBin qw($Bin);  use org::netfrag::preambel;
   use lib qw(  
     $Bin/../../libs  
   );  
 }  
21    
22    
23  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   main  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   main

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed