Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

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

by Perlbotics (Archbishop)
on Sep 10, 2020 at 19:24 UTC ( [id://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 admiring the Monastery: (5)
As of 2024-04-19 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found