- Timestamp:
- 11/07/08 00:04:52 (2 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/Functions.pod (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/Functions.pod
r22905 r22906 1443 1443 A set of wrappers around C<sprintf>. A call to the scalar version 1444 1444 C<$o.fmt($format)> returns the result of C<sprintf($format, $o)>. A call to 1445 the arrayversion C<@a.fmt($format, $sep)> returns the result of1445 the list version C<@a.fmt($format, $sep)> returns the result of 1446 1446 C<join $sep, map { sprintf($format, $_) }, @a>. A call to the hash version 1447 1447 C<%h.fmt($format, $sep)> returns the result of
