シェル スクリプトのサブルーチンを呼び出して、特定のパラメーターを渡すにはどうすればよいですか? 以下のようなもの?
#!/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