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 Corion (Patriarch)
on Sep 10, 2020 at 07:03 UTC ( [id://11121539]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print( "Hello World" )
        if( 1 );
    
  2. or download this
    print( "Hello World" )
        if( 1 < 2 ) {
             print("Goodbye");
        };
    

Log In?
Username:
Password:

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

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

    No recent polls found