Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

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

by johngg (Canon)
on Sep 13, 2020 at 22:49 UTC ( [id://11121700]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      1
      2 $a=$b=1;
      3 $x=1 if $a==1
      4      && $b=2;
    
  2. or download this
      2 $a=$b=1;
      3 $x=1 if( $a==1
      4      && $b=2);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 10:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found