in reply to sanitize user input for system() call

Yes, the module documentation leads me to believe that this approach would be safe.

- tye        

  • Comment on Re: sanitize user input for system() call (yes)

Replies are listed 'Best First'.
Re^2: sanitize user input for system() call (yes)
by EnochRoot (Novice) on May 19, 2015 at 19:17 UTC
    Tye - thanks! It's been about 14 years since I touched perl and this is code will be going to a production server, so I don't want to mess it up! After all my researching and blundering about, I think I averaged about 15 min/per line of a 10 line function ;)