use Text::Tabs to set the tab size : Text « System Functions « Perl






use Text::Tabs to set the tab size

      


use Text::Tabs;

$tabstop = 8;

print expand("Hello\tthere!");

   
    
    
    
    
    
  








Related examples in the same category

1.Get abbreviations
2.Read password
3.use Text::Abbrev;
4.Soundex function