Hi, I have a PERL program, say "abclib.pl" which contains a function named "CONVERT". How can I call this function in my shell script "abc.sh"? The function requires an argument as input and returns a string. I would appreciate it if you could give me some hints.