/[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.2 by joko, Mon Jan 20 21:20:35 2003 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl  #!/usr/bin/perl
2    
3    ## --------------------------------------------------------------------------------
4    ##  $Id$
5    ## --------------------------------------------------------------------------------
6    ##  $Log$
7    ##  Revision 1.2  2003/01/20 21:20:35  joko
8    ##  - now doesn't use a hardcoded $libpath any more
9    ##
10    ## --------------------------------------------------------------------------------
11    
12    
13  use strict;  use strict;
14  use warnings;  use warnings;
15    
16  BEGIN {  BEGIN {
17    use FindBin qw($Bin);    use FindBin qw($Bin);
18      use lib qw(
19        $Bin/../../libs
20      );
21  }  }
22    
23  use lib qw( c:\home\amo\develop\netfrag.org\nfo\perl\libs );  
24    # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   main
25    
26  use org::netfrag::shortcuts qw( run_cmd );  use org::netfrag::shortcuts qw( run_cmd );
27    

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

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