If I am not mistaken there is no $, variable in Perl. Correct me if I am wrong.
I suspect that was supposed to be $/. Mike On 6/17/2015 7:32 AM, beginners-digest-h...@perl.org wrote:
{ local $, = "\n"; print %test; }
-- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/