in reply to You missed my point
in thread bless + tie

My point would be what on earth for. Just so you can do this:

print "Blah $obj->{attribute} blah\n"; # instead of print "Blah ", $obj->get_attribute(), " blah\n";

Seems to me all you achieve is to obfuscate your code, make it less maintainable, and slow it down.....

cheers

tachyon

s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print

Replies are listed 'Best First'.
Re: Re: You missed my point
by bsb (Priest) on Oct 01, 2003 at 07:19 UTC
    The original notes:
    (to) interpolate them inside a string

    Not much of a reason, but there it is.

    It also could be used to speed up an application by developing with his simple data objects and then switching to plain old hashes live.