in reply to Re: Running a shell command via Perl
in thread Running a shell command via Perl
(here I run the "readlink" shell command)use Shell; my $sh = Shell->new; $tmp = $sh->exec('readlink /root/Desktop/PerlScripting/mylink '); print "$tmp";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Running a shell command via Perl
by johngg (Canon) on Apr 24, 2006 at 09:10 UTC | |
|
Re^3: Running a shell command via Perl
by mda2 (Hermit) on Apr 26, 2006 at 14:59 UTC |