================================================================== Please show me how to write: print STDERR @stuff; without it, while keeping it a method of the STDERR filehandle, and without requiring ->. ================================================================== Why not use ->? $IO::STDERR->print @stuff; print $IO::STDERR @stuff; ================================================================== This would cause about 80% of Nathan's RFCs to die screaming, since they nearly all rely on indirect object syntax. ================================================================== This is why I stole my time from other things to write this RFC. Additional remark: There is no conflict (I know of) in the method $var @args; syntax. Given that some people may consider this syntax to be cleaner than $var->method @args; (beats me why), it may be desirable to keep it. Ilya
- Re: RFC 244 (v1) Method calls should not suffer from the... Michael G Schwern
- Re: RFC 244 (v1) Method calls should not suffer from the... Nathan Wiger
- Re: RFC 244 (v1) Method calls should not suffer from the... John Porter
- Re: RFC 244 (v1) Method calls should not suffer fro... Tom Christiansen
- Re: RFC 244 (v1) Method calls should not suffer from the... Nathan Wiger
- Re: RFC 244 (v1) Method calls should not suffer fro... Ilya Zakharevich
- Why -> cannot autoquote the LHS (was Re: RFC 244 (v1)... Nathan Wiger
- Accessing perl's command line switches Chaim Frenkel
- Re: Why -> cannot autoquote the LHS (was Re: RFC... Glenn Linderman
- Re: RFC 244 (v1) Method calls should not suffer from the... Ilya Zakharevich
- Re: RFC 244 (v1) Method calls should not suffer fro... Nathan Wiger
- Re: RFC 244 (v1) Method calls should not suffer... Ilya Zakharevich
- Re: RFC 244 (v1) Method calls should not su... Nathan Wiger
- Re: RFC 244 (v1) Method calls should no... Ilya Zakharevich
- Re: RFC 244 (v1) Method calls should not suffer... Tom Christiansen