Subject: | when $/ is undefined |
Date: | Mon, 25 Aug 2014 20:10:26 -0700 |
To: | bug-Data-Printer [...] rt.cpan.org |
From: | "Tsai, Chung-Kuan "蔡中寬"" <cktsai1975 [...] gmail.com> |
Hello,
Many thanks for this excellent module. Below is one observation.
When I undefine $/, Data::Printer would claim that $/ is undefined from
below line numbers (Carp's print out).
Do you want to do something like if($/){...}?
Many thanks
*Use of uninitialized value $/ in concatenation (.) or string at
/site_perl/Data/Printer.pm line 190 Data::Printer::_print_and_return
called at /site_perl/Data/Printer.pm line 145*