Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: Perl Syntax - What's the difference?

by Corion (Patriarch)
on Apr 09, 2018 at 12:56 UTC ( [id://1212585]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $myobject->ymd;
    
  2. or download this
    $myobject->ymd();
    
  3. or download this
    $myobject->ymd $foo;
    
  4. or download this
    $myobject->ymd($foo);
    
  5. or download this
    > perl -wle "$myobject = bless {}; $myobject->ymd $foo"
    Scalar found where operator expected at -e line 1, near "->ymd $foo"
    
  6. or download this
    Can't locate object method "ymd" via package "123456"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found