Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

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

by likbez (Sexton)
on Sep 10, 2020 at 06:44 UTC ( [id://11121538]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub subindex inline{
        $_[0]=substr($_[0],index($_[0],$_[1],$_2]))
    }
    
  2. or download this
    trim(string,tt/leftcharacter_set/, tt/right_character_set/);
    
  3. or download this
    for($var){
       when($_ eq 'b'){ ...;} # means if ($var eq 'b') { ... ; last}
       when($_ >'c'){...;} 
    } # for
    
  4. or download this
    my rc==0;
    for(...){
    ...
    if ($rc==0){...}
    elif($rc==1){...}
    elif($rc==3){...}
    
  5. or download this
    for ...{
       when (...);
    ...
       1: ...   
       2: ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (9)
As of 2024-03-28 09:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found