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: $dayvals[$count++]->{$fruits[$_]} = $currvals[$_]; this turned out to be an array of Hashes in an assignment statement similar to the 2nd type asked about: > $xcp_request->{attributes}->{contact_set}->{$contact_type}->{$contact_key} > = $in{$key}; or worse yet that this is some sort of mix and match where the ones with the $val elements are indexes into some 'hash/list' returned by the method invokations. > I can't find these in any of my books. > > push @{$xcp_request->{attributes}->{nameserver_list} > that looks broken - at least one '}' short of a load ... If anything this points to the problem of 'underDocumented' "one liners" that become Killers to the FNG who has to deconstruct the voodoo of the perlGeek before them.... If say the $xcp_request can be shown to be an 'object' of FOO::BAR then we should be able to find the perldoc of that class - assuming that the perlGeek did the POD.... ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]