RE: passing arguments to functions

2004-01-19 Thread Hanson, Rob
OTECTED] Sent: Monday, January 19, 2004 8:15 PM To: [EMAIL PROTECTED] Subject: passing arguments to functions Hi all Problem: I want to send 2 arguments to a subroutine in the form of arrays and want to use their result which is also in the form of an array. Explanation: suppose i have 2

passing arguments to functions

2004-01-19 Thread jassismara
Hi all Problem: I want to send 2 arguments to a subroutine in the form of arrays and want to use their result which is also in the form of an array. Explanation: suppose i have 2 arrays @a=`/bin/cat /some/file` ; # A file that has a list of users @b=`/bin/cat /another/file` ; # Another