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

So you claim it has problems, but you fail to mention any?

So what problem does it have?

  • Comment on Re^3: Passing values from Perl script to shell script

Replies are listed 'Best First'.
Re^4: Passing values from Perl script to shell script
by afoken (Chancellor) on Sep 19, 2022 at 07:33 UTC
    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". ;-)

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