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