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

Re^2: $obj->method v.s. $obj->method()

by AnomalousMonk (Archbishop)
on May 09, 2009 at 05:13 UTC ( [id://763007]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -v
    
    ...
            (Missing operator before ?)
    syntax error at -e line 1, near "baz 'zot'"
    Execution of -e aborted due to compilation errors.
    
  2. or download this
        $foobj->method( qw(b a) );
        $foobj->method  qw(b a)  ;
        $foobj->method( 'b', 'a' );
    
  3. or download this
        $foobj->method  'b', 'a'  ;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 10:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found