in reply to start bash command from perl script: alternatives to system or backticks?
$ perl -e'system "ls .bash*"' .bash_history .bash_logout .bash_profile .bashrc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: start bash command from perl script: alternatives to system or backticks?
by bfdi533 (Friar) on Apr 28, 2010 at 16:23 UTC | |
by ikegami (Patriarch) on Apr 28, 2010 at 17:53 UTC |