Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: A short whishlist of Perl5 improvements leaping to Perl7

by eyepopslikeamosquito (Bishop)
on Nov 24, 2020 at 11:07 UTC ( #11124122=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    icecream_flavour = 'vanilla'
    # ...
    if 1:
       icecream_flavor = 'chocolate'
    print(icecream_flavour)
    
  2. or download this
    use strict;
    my $icecream_flavour = 'vanilla';
    ...
       $icecream_flavor = 'chocolate';
    }
    print $icecream_flavour;
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2023-04-01 08:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?