* Stas Bekman <[EMAIL PROTECTED]> wrote: > $path =~ s/^\s*["']?|["']?\s*$//g;
sounds reasonable. Doing this in two regexps instead of using the alternation is more efficient, however. nd
* Stas Bekman <[EMAIL PROTECTED]> wrote: > $path =~ s/^\s*["']?|["']?\s*$//g;
sounds reasonable. Doing this in two regexps instead of using the alternation is more efficient, however. nd