in reply to Send Bash Command

That is why I put it in qq(). I thought this should take care of the double inside the qq();

Replies are listed 'Best First'.
Re^2: Send Bash Command
by Anonymous Monk on Mar 03, 2010 at 01:05 UTC
    Um, no, qq is double quotes, they both interpolate. Read perlintro.
      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.