Cool File & Directory Modules File::DirSync 68 of 69 : prev | index | next

File::DirSync

 use File::DirSync;
 my $dirsync = new File::DirSync {
   verbose => 1,
   nocache => 1,
   localmode => 1,
 };
 $dirsync->src("/remote/home/www");
 $dirsync->dst("/home/www");
 $dirsync->ignore("CVS");
 $dirsync->rebuild();
 #  and / or
 $dirsync->dirsync();

© 2003 Barbie - barbie@missbarbell.co.uk contents http://birmingham.pm.org/