[XOT] doesn't it supported?

2000-06-23 Thread Kenneth Lee
(XOT: eXtremely OT) perl complains about variable method calls ($obj->$meth) when I move from 5.6.0 back to 5.00503, it says syntax error near "$meth". i think this is supported at the very beginning. did i missed sth? kenneth

Re: [XOT] doesn't it supported?

2000-06-23 Thread Matt Sergeant
On Fri, 23 Jun 2000, Kenneth Lee wrote: > (XOT: eXtremely OT) > > perl complains about variable method calls ($obj->$meth) when I move from > 5.6.0 back to 5.00503, it says syntax error near "$meth". > > i think this is supported at the very beginning. did i missed sth? Yes. $obj->$meth();