Help for this page

Select Code to Download


  1. or download this
    local $/ = ",";
    
    my $dn = "";
    ...
            do_whatever_with($_);
        }
    }
    
  2. or download this
    local $/ = ",";
    
    my $dn = "";
    ...
            print $_, "\n";
        }
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    
    ...
    __END__
    cn=Perl Monks,ou=Dining Hall,ou=Monastery,c=Universe