Re: need explanation
- From: shawnhcorey@xxxxxxxxx (Shawn H Corey)
- Date: Fri, 16 Jul 2010 10:18:39 -0400
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.
.
- Follow-Ups:
- Re: need explanation
- From: "Chas. Owens"
- Re: need explanation
- References:
- need explanation
- From: Sharan Basappa
- RE: need explanation
- From: Vishal Gupta
- Re: need explanation
- From: Sharan Basappa
- Re: need explanation
- From: Rob Coops
- Re: need explanation
- From: "Chas. Owens"
- need explanation
- Prev by Date: Re: need explanation
- Next by Date: Re: need explanation
- Previous by thread: Re: need explanation
- Next by thread: Re: need explanation
- Index(es):
Relevant Pages
|