I'm sure this is a really easy question but here goes. I'd like to replace
each leading blank of a string with   I have currently:

                $strLine =~ s/^\s+/ /g;

I can see that this will simply take all leading blanks and replace them
with one   but how do I get *each* leading blank to be replaced with
a  ? TIA:) 
-- 
---------------------------------------------------------------------------
                            [EMAIL PROTECTED]

        Which is worse: ignorance or apathy?  Who knows?  Who cares? 
---------------------------------------------------------------------------

Reply via email to