|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Very curious Problem...by vinoth.ree (Priest) |
| on Jan 23, 2013 at 09:09 UTC ( #1014863=note: print w/ replies, xml ) | Need Help?? |
|
Is there any safer/simple way to "system"/run a command and get its output into a variable? 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
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||