> Replace C<format> built-in with pragmatically-induced C<format> function

> This RFC proposes that Perl's existing C<format> mechanism be replaced
> with a standard module based on parts of the Text::Autoformat module.

One other little thing: I really think this should be

   use Format;     # like 'use Socket' and 'use Fcntl'

In Uppercase, since it's really importing a module with a format
function, and not turning on a pragma.

-Nate

Reply via email to