in reply to Re: ?: and saving backreferences
in thread ?: and saving backreferences
This line is less readable in some ways than your suggested patterns, but it doesn't introduce any new variables.($left ? /ab(..)ef/ : /gh(..)jk/) or die("Bad data");
|
|---|