Hi,
I want to be able to obtain the output of a system command to a perl variable ..
Example:
Something like this:
my $variable = system ("users"
;
But what I want in the variable is the output of the executed system command "users"...
Any Ideas???
Thanks ....
I want to be able to obtain the output of a system command to a perl variable ..
Example:
Something like this:
my $variable = system ("users"
But what I want in the variable is the output of the executed system command "users"...
Any Ideas???
Thanks ....