Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staff

by Perlbotics (Bishop)
on Sep 10, 2020 at 19:24 UTC ( #11121570=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $it->{$key}->[$idx]->{section}->[$i]->{'some.doc'}->method1()->[sub1
    +(5)]->method2($x);
      # or
      $it->{$key}[$idx]{section}[$i]{'some.doc'}->method1()->[sub1(5)]->me
    +thod2($x);
    
  2. or download this
      $it->@( $key $idx section $i some.doc method1() sub1(5) method2($x) 
    +);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2023-12-09 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (37 votes). Check out past polls.

    Notices?