in reply to Very curious Problem...
Use backtick (``) to run a command and get the output into a variable.
Update:
Adding Additional info.
I always use "qx" which is another form for backticks, which in perl will capture the return from the system call.
OREven check for capture and capturex methods in IPC::System::Simple module
|
|---|