Open : open ($filehandle ,"/usr/bin/which prg|") or die "Error $!\n"; while(<$filehandle>) { ... } Backticks : my $output = `/usr/bin/which prg`; chomp $output;
In reply to Re: put system(); output into my $variable -- chech for installed aplications
by 13warrior
in thread put system(); output into my $variable -- chech for installed aplications
by baxy77bax
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |