Re: Syntax def required

2002-04-12 Thread drieux
On Friday, April 12, 2002, at 01:32 , [EMAIL PROTECTED] wrote: > It's a method invocation arrow, used for object orientated code. Try > perlboot for help (http://www.perldoc.com/perl5.6.1/pod/perlboot.html) not all '->' are OO method invocations as David Grey's most elegant code pointed out:

Re: Syntax def required

2002-04-12 Thread John W. Krahn
Support wrote: > > I am trying to understand the logic of this code, and am finding it hard > to find any more info on it, since I can't quite grip it. perldoc perlref perldoc perldsc > Could someone explain the flow and/meaning behind it? > I am specifically referring to the 'pointers' (->) a

Re: Syntax def required

2002-04-12 Thread p
Scott, It's a method invocation arrow, used for object orientated code. Try perlboot for help (http://www.perldoc.com/perl5.6.1/pod/perlboot.html) I think O'Reilly's Advanced Perl Programming book deals with it, but you should be able to get the jist of it from the above (and the links in the