Help for this page
$formatted = sprintf('%5s', 'abc'); # ' abc' $formatted = sprintf('%-5s', 'abc'); # 'abc '