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, [email protected] wrote:
{
local $, = "\n";
print %test;
}
-- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
