#855901 Data::Dumper could allow starting from VAR0 etc.

Package:
perl
Source:
perl
Description:
Larry Wall's Practical Extraction and Report Language
Submitter:
積丹尼 Dan Jacobson
Date:
2017-10-12 14:57:04 UTC
Severity:
wishlist
#855901#5
Date:
2017-02-23 07:17:19 UTC
From:
To:
We read
       o   $Data::Dumper::Varname  or  $OBJ->Varname([NEWVAL])

	   Contains the prefix to use for tagging variable names in the
	   output. The default is "VAR".

OK, but an additional variable, to control the number the 1, 2.. of
VAR1, VAR2.. would be useful too. E.g., if the user has an array and
he wants to match its indexes and thus have the names start at "VAR0".
Or who knows, he wants to start at VAR5 etc.
-----------------------------------------------------------------
---
Flags:
    category=library
    severity=wishlist
    module=Data::Dumper

(perlbug@perl.org throws away my mail. Hence reporting via Debian.)