Help for this page

Select Code to Download


  1. or download this
    $c = "test test test";
    
    ...
        $string .= ' ' unless length($string) >= 15;
        return($string);
    }
    
  2. or download this
    my %formats = (
       "item_name"  => 15, # where 15 is the length
    ...