in reply to Re^2: String to two dimensional array
in thread String to two dimensional array
Sorry. I omitted the line:
use Data::Dump qw[ pp ];
See Data::Dump. It is a Data::Dumper clone. The pp() sub (for pretty print) is an alternative for the normally exported Dump() which clashes with the an export from another module I use frequently: Devel::Peek.
|
---|