in reply to Running a shell command via Perl
open (FileHandle,"cp thisFile /root/thatfile|"); @Output = <FileHandle>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running a shell command via Perl
by just dave (Acolyte) on Apr 24, 2006 at 06:52 UTC | |
by johngg (Canon) on Apr 24, 2006 at 09:10 UTC | |
by mda2 (Hermit) on Apr 26, 2006 at 14:59 UTC |