Re: Make scalar tainted

2014-12-06 Thread Ron Bergin
Артём Варнайский wrote: > Hello again! > Prompt me please elegant and 'vanilla' way to taint some scalar. My vars > lost their taint when I just split external string with regexp on > param/val pairs, without checking them for correctness. > And What do you say about this: > $foo.=s

Re: Make scalar tainted

2014-12-06 Thread Paul Johnson
On Sat, Dec 06, 2014 at 05:48:36PM +0300, Артём Варнайский wrote: > Hello again! > Prompt me please elegant and 'vanilla' way to taint some scalar. My vars lost > their taint when I just split external string with regexp on param/val pairs, > without checking them for correctness. > And What do