Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

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

by AnomalousMonk (Archbishop)
on Nov 10, 2017 at 23:33 UTC ( [id://1203151]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "my @in  = ('Maria-s', 'Thano-s');
    ...
              'Maria+s',
              'Thano+s'
            ];
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "my @in = ('Maria-s', 'Thano-s');
    ...
              'Maria+s',
              'Thano+s'
            ];
    
  3. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "print 'perl version: ', $];
    ...
              'Maria+s',
              'Thano+s'
            ];
    
  4. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dumper -le
    "print 'perl version: ', $];
    ...
              'Maria+s',
              'Thano+s'
            ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-24 04:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found