Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: "Indirect" object syntax?

by muba (Priest)
on Nov 23, 2015 at 03:57 UTC ( [id://1148366]=note: print w/replies, xml ) Need Help??


in reply to Re: "Indirect" object syntax?
in thread "Indirect" object syntax?

I think it's called indirect syntax in contrast to CGI->new being the direct syntax.

/me ponders that...

Possibly.

Though you might read new CGI as calling new from CGI .

This would hold for new SomeClass, mostly because "new" is hardly a verb. It's an adjective, at best. Were new called create (construct, make, whatever) instead, as in $cgi = create CGI then we'd be right back at the kick $ball example. The grammatical object (CGI, SomeClass, $ball, $foo, et cetera) we're dealing with is something that is directly acted upon.

Another example could be save $file, assuming that somehow $file->can('save') . Again, the grammatical object is a direct one.

Contrast that with

move $file "~"; # $file->move("~"), or move a file to one's home dire +ctory, # where $file is the thing being acted upon *directly +* # and "~" is just another grammatical argument to the + verb.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 04:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found