* 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

Reply via email to