* Jeff 'japhy' Pinyan <[EMAIL PROTECTED]> [2002-12-12 07:32]:
> While it's cool, and I'D use it, for readability purposes,
> might I suggest:
> 
>   $sql =~ /(\s*)/ and $sql =~ s/^$1//mg;

How about /^(\s*)/ - better safe than sorry.

On second thought, /^(\s*|)/ to avoid warnings.

-- 
Regards,
Aristotle

Reply via email to