in reply to Re^2: Proposed change regarding "Taint" support
in thread Proposed change regarding "Taint" support

I was about to recommend Ruby, but after a google search found out that Ruby has also removed taint checking mechanism in 2020. So that's that.
  • Comment on Re^3: Proposed change regarding "Taint" support

Replies are listed 'Best First'.
Re^4: Proposed change regarding "Taint" support
by mr_mischief (Monsignor) on Aug 23, 2021 at 14:56 UTC

    I also use Ruby some, but usually not for the same projects as Perl. It wouldn't help much to use Ruby to check for proper input sanity in Perl code over using any other language for doing that. Using Ruby over Perl in general isn't a very useful pitch.