in reply to Calling Shell funtion in Perl script
initial dot equivales a source commandperl -e 'system(". .bash_rc; test_shell")' __END__ TEST on shell function!!!
.bash_rc
test_shell() { echo "TEST on shell function!!!" }
--
Marco Antonio
Rio-PM
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Calling Shell funtion in Perl script
by Anonymous Monk on May 24, 2005 at 15:36 UTC | |
by ambrus (Abbot) on May 24, 2005 at 20:37 UTC |