in reply to Re: Send Bash Command
in thread Send Bash Command

Um, no, qq is double quotes, they both interpolate. Read perlintro.

Replies are listed 'Best First'.
Re^3: Send Bash Command
by Anonymous Monk on Mar 03, 2010 at 01:09 UTC
    I changed the qq() to q() and I do not get the warnings anymore. But still the script is hanging.
      But still the script is hanging.

      I think its waiting for input, not hanging.

        What do you mean waiting for an input? Did it spawn a shell prompt?