enigma_0Z
October 14th, 2006, 11:38 AM
I'm writing a script in perl, but for some reason it doesn't seem to be matching spaces at the beginning of lines... here's the RE I'm using (I just want to match 1 or more spaces at the beginning of lines and delete them)
s/^ +//g
That is right, isn't it? Thanks.
s/^ +//g
That is right, isn't it? Thanks.