On 10-07-16 08:17 AM, Chas. Owens wrote:
So it can get bad:
my $ref = \\\\\\[1];
print @$$$$$$$ref, "\n";
but I fail to see how
print @{${${${${${${$ref}}}}}}}, "\n";
or even worse
print @{ ${ ${ ${ ${ ${ ${ $ref } } } } } } }, "\n";
makes that any better.
If you have something that complicated, it's going to be bad not matter
how you do it.
--
Just my 0.00000002 million dollars worth,
Shawn
Programming is as much about organization and communication
as it is about coding.
The secret to great software: Fail early & often.
Eliminate software piracy: use only FLOSS.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/