Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Language design: direct attribute access and postponed mutators (Perl Vs Python)

by shmem (Chancellor)
on Sep 16, 2019 at 11:10 UTC ( [id://11106234]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    use Scalar::Util qw(reftype);
    ...
    BEGIN { $n_tests += 2 }
    
    BEGIN { plan tests => $n_tests }
    
  2. or download this
    package Person;
    use strict; use warnings;
    ...
        $$obj->surname     = $last;
    }
    1;
    

Log In?
Username:
Password:

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

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

    No recent polls found