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

Re^5: Replacing single quotes to two single quotes inside map

by Anonymous Monk
on Nov 14, 2017 at 19:47 UTC ( [id://1203420]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Replacing single quotes to two single quotes inside map
in thread Replacing single quotes to two single quotes inside map

You mean that this way:
map { (my $dx = $data->{ $_ } || '') =~ s/’/'/g; $dx } @allparms

Will not replace 0s with empty string, correct?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 07:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found