in reply to Re: how to escape round parentheses in a system call
in thread how to escape round parentheses in a system call

FYI - I liked your answer ikegami. Shell:Quote module looked to be very helpful, but it does not exist in CPAN. However, I did find the following modules:

ShellQuote::Any - Escape strings for the shell on Linux, UNIX or MSWin32
Win32::ShellQuote - Quote argument lists for Win32
ShellQuote::Any::Tiny - Escape string for the Unix/Windows shell

"It's not how hard you work, it's how much you get done."

  • Comment on Re^2: how to escape round parentheses in a system call

Replies are listed 'Best First'.
Re^3: how to escape round parentheses in a system call
by ikegami (Patriarch) on Jun 12, 2023 at 05:20 UTC