in reply to Shell Commands executed in perl script
use strict; use Shell; my $sh = Shell->new; $Shell::raw='TRUE'; print $sh->ps("aux | grep firefox | awk \'\{print \$2\}\'");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Shell Commands executed in perl script
by Anonymous Monk on Apr 29, 2008 at 18:42 UTC |