in reply to warnings when using % and printf
Also, %s is to output a string. Given that Perl will convert variables to numbers or strings as needed, this may be a trivial gripe, but for a numerical value, such as 99, you probably want something like %d or %f vs %s.
emc
|
|---|