You can try following: $_ =~ s/^\.(\s)+//g;
Cheers, Parag On Tue, Dec 22, 2009 at 10:59 AM, Jim Green <zhang.zhengq...@gmail.com>wrote: > Hi, > > I have a text file with lines like this > > > · Experience in C/C++ realtime system programming > > · Experience in ACE, FIX > > > Could anybody tell me which regex to use to get rid of the dot and the > leading spaces before each Line? > > Thanks for any help! > > Jim > > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http://learn.perl.org/ > > >