Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: List::Compare asking for two references

by jdporter (Paladin)
on Feb 24, 2021 at 18:22 UTC ( [id://11128745]=note: print w/replies, xml ) Need Help??


in reply to Re^2: List::Compare asking for two references
in thread List::Compare asking for two references

Sure thing. But do you understand why it works? Check out perlootut and perlobj.

  • Comment on Re^3: List::Compare asking for two references

Replies are listed 'Best First'.
Re^4: List::Compare asking for two references
by Lotus1 (Vicar) on Feb 26, 2021 at 00:06 UTC

    What I wondered about was why my original version gave that error.

    In looking at the source for List::Compare I see that the first thing the new() method does is shift the class name from @_. Since I only provided two arguments the first one got shifted and the error is produced since there is only one remaining. I suppose when you use the correct '->' syntax to call new() it puts a copy of the class name into @_ as the first item. I see in the link you provided, Method Invocation, that this is correct.

    The syntax I used accidentally is for calling a package subroutine so it accessed new() directly.

      Exactly. Well done. :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11128745]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found