in reply to Re: Re^3: How to replace Tab with spaces not altering postion
in thread How to replace Tab with spaces not altering postion
Actually, there is a second problem with your sample code, Text::Tabs uses a global var $tabstop for control (Yuck!) but you are using a my var. You will need to change that.
|
---|