or false result of matching the pattern against $_ as the string,
which is probably not what you had in mind.
++=item /%s/ should probably be written as "%s"
++
++(W) You have used a pattern where Perl expected to find a string,
++like in the first argument to C<join>. Perl will treat the true
++or false result of matching the pattern against $_ as the string,
++which is probably not what you had in mind.
++
=head1 Obsolete Diagnostics
Todo.