>>>>> "Steve" == Steve Purkis <[EMAIL PROTECTED]> writes:

>> I've seen:
>> 
>> print "Old version of foo was " . $obj->foo( $new_foo );
>> 
>> (gtk, I think), and
>> 
>> print "New version of foo is now " . $obj->foo( $new_foo );

Steve> This is the 'classic' style I had in mind.

Then your naming is odd.  I thought "classic" returned $new_foo,
not $old_foo.



-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to