in reply to Re^3: sort an array
in thread sort an array
$_ = "SomecomplexREhereandthenafoobar"; if (/Some complex RE here and then a # to ignore/x) { print "Escaping that # would have mattered\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: sort an array
by jdporter (Paladin) on Mar 20, 2006 at 03:07 UTC | |
by Argel (Prior) on Mar 20, 2006 at 22:50 UTC | |
by jdporter (Paladin) on Mar 21, 2006 at 13:21 UTC | |
by Argel (Prior) on Mar 21, 2006 at 20:34 UTC |