/[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.1 by joko, Mon Jan 20 16:27:29 2003 UTC revision 1.3 by joko, Mon Jan 20 21:50:49 2003 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl  #!/usr/bin/perl
2    
3    ## --------------------------------------------------------------------------------
4    ##  $Id$
5    ## --------------------------------------------------------------------------------
6    ##  $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
11    ##  - now doesn't use a hardcoded $libpath any more
12    ##
13    ## --------------------------------------------------------------------------------
14    
15    
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;
21  }  
22    
23  use lib qw( c:\home\amo\develop\netfrag.org\nfo\perl\libs );  # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   main
24    
25  use org::netfrag::shortcuts qw( run_cmd );  use org::netfrag::shortcuts qw( run_cmd );
26    

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

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