Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Expression form of map or grep

by haukex (Archbishop)
on Jul 10, 2020 at 20:00 UTC ( [id://11119159]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perlcritic 11119158.pl 
    Expression form of "map" at line 8, column 12.  See page 169 of PBP.  
    +(Severity: 4)
    ...
    
            @mapped = map   transform($_),   @list;      #not ok
            @mapped = map { transform($_) }  @list;      #ok
    
  2. or download this
    $ cat ~/.perlcriticrc 
    
    ...
    
    [BuiltinFunctions::RequireBlockMap]
    severity = 2
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-19 15:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found