in reply to Understanding this regex
sub get_dn { local#($filename); @ARGV = @_; map# <>, #gx, m# (<CN=.*?>) #gx, <>, } my($dn1) = get_dn('crap');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Understanding this regex
by Anonymous Monk on Jun 05, 2013 at 05:00 UTC |