Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

RFC: Data::Sync

by g0n (Priest)
on Sep 22, 2005 at 12:46 UTC ( [id://494094]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Sync;
    ...
            TELEPHONE=>"HOMEPHONE");
    $sync->run();
    
  2. or download this
    $sync->transformations(FULLNAME=>'s/(\w*?)\s+(\w*?)/$2,$1/');
    
  3. or download this
    $sync->buildattributes(dn=>'cn=%NAME%, ou=container,dc=testorg,dc=net'
    +,
                objectclass=>'organizationalPerson');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://494094]
Approved by socketdave
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-18 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found