my $string = 'TEST'; $string .= '0000'; #### $string .= '0' x ($fixed_length - length $string);