Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the String-Formatter CPAN distribution.

Report information
The Basics
Id: 53397
Status: resolved
Priority: 0/
Queue: String-Formatter

People
Owner: Nobody in particular
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.093221
Fixed in: (no value)



Subject: support positional replace/arrayref
print stringf(
  "My %{0}s name is %{1}s. My name is %{1}l letters long.",
  [
  'first',
  'Marvin',
  ],
);
 
indexed_stringf and support routines in 0.101620 -- rjbs