Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
      my $entry = pop @$update ;
      warn "Cannot modify ".$entry->dn.", giving up!" ;
    }
    
  2. or download this
    use strict ;
    use warnings ;
    ...
        last ;
      }
    }