in reply to building and running a unix script with Perl

FYI: String::ShellQuote is handy when you're passing variables to the shell.
  • Comment on Re: building and running a unix script with Perl

Replies are listed 'Best First'.
Re^2: building and running a unix script with Perl
by afoken (Chancellor) on Jan 26, 2010 at 16:52 UTC

    No, it isn't, because it quotes the wrong way for (almost) every shell. Don't use it. See Re^2: Passing values from Perl script to shell script.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)