http://qs321.pair.com?node_id=736533


in reply to put system(); output into my $variable -- chech for installed aplications

You have to use backtictks (``) or qx// to get the result and store the same in a variable. See about them in perlop and perlfunc.

Prasad

  • Comment on Re: put system(); output into my $variable -- chech for installed aplications