Help for this page

Select Code to Download


  1. or download this
    # assuming you have a record string in $record and the field order is
    # always the same.
    ...
    $group =~ s/^CN=//;
    
    print $group . "\n";