Help for this page
my $string = 'TEST'; $string .= '0000';
$string .= '0' x ($fixed_length - length $string);