如何调用 shell 脚本的子程序并将某些参数传递给它?像下面的东西?
#!/usr/bin/perl
### need something like this
source file.sh
routine; # <-- this is supposed to be part of file.sh which is called
# from perl script and some parameter are passed to it