in reply to Re^3: Passing values from Perl script to shell script
in thread Passing values from Perl script to shell script

So what problem does it have?

Problems with String::ShellQuote

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^4: Passing values from Perl script to shell script

Replies are listed 'Best First'.
Re^5: Passing values from Perl script to shell script
by ikegami (Patriarch) on Jun 12, 2023 at 16:44 UTC

    So it doesn't escape !, which isn't even needed in non-interactive shells. yay.