Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Perl::Critic says don't modify $_ in list functions and other things

by Marshall (Canon)
on Jul 09, 2020 at 05:42 UTC ( [id://11119066]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @list       = map { s/\r\n$//; $_} <$fh>; 
    my @uc_list    = map { s/\r\n$//; uc $_; $_} <$lc_fh>; 
    my @split_list = map { s/\r\n$//; split(/\|/, $_); [@$_] } <$piped_fh>
    +;
    

Log In?
Username:
Password:

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

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

    No recent polls found